kiurtis commited on
Commit
9ebd3cc
·
1 Parent(s): 0ab5dfb

fix in naming

Browse files
Files changed (1) hide show
  1. tasks/image.py +1 -1
tasks/image.py CHANGED
@@ -16,7 +16,7 @@ load_dotenv()
16
  router = APIRouter()
17
 
18
  #MODEL_TYPE = "YOLOv11n"
19
- DESCRIPTION = f"Simple YOLOv11n model 1280"
20
  ROUTE = "/image"
21
 
22
  def parse_boxes(annotation_string):
 
16
  router = APIRouter()
17
 
18
  #MODEL_TYPE = "YOLOv11n"
19
+ DESCRIPTION = f"Simple YOLOv6n model 1280"
20
  ROUTE = "/image"
21
 
22
  def parse_boxes(annotation_string):