Sanket17 commited on
Commit
9995a94
·
verified ·
1 Parent(s): fc43e8f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -29,7 +29,7 @@ caption_model_processor = get_caption_model_processor(model_name="florence2", mo
29
  from ultralytics import YOLO
30
 
31
  if not os.path.exists("/data/icon_detect"):
32
- os.makedirs("/data/icon_detect")
33
 
34
  try:
35
  yolo_model = YOLO("NewParser/best.pt").to("cuda")
 
29
  from ultralytics import YOLO
30
 
31
  if not os.path.exists("/data/icon_detect"):
32
+ os.makedirs("/data/icon_detect")
33
 
34
  try:
35
  yolo_model = YOLO("NewParser/best.pt").to("cuda")