tom-b974 commited on
Commit
8895a62
·
verified ·
1 Parent(s): 3ae7280

Update tasks/image.py

Browse files
Files changed (1) hide show
  1. tasks/image.py +1 -1
tasks/image.py CHANGED
@@ -18,7 +18,7 @@ router = APIRouter()
18
  DESCRIPTION = "YOLO Smoke Detection"
19
  ROUTE = "/image"
20
 
21
- yolo_model = YOLO("yolo11_tr_20012025_frugalAIchal.pt")
22
 
23
  def parse_boxes(annotation_string):
24
  """Parse multiple boxes from a single annotation string.
 
18
  DESCRIPTION = "YOLO Smoke Detection"
19
  ROUTE = "/image"
20
 
21
+ yolo_model = YOLO("yolo11_vl_20012025_frugalAIchal.pt")
22
 
23
  def parse_boxes(annotation_string):
24
  """Parse multiple boxes from a single annotation string.