rolpotamias commited on
Commit
375318c
·
verified ·
1 Parent(s): 0366176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ model.eval()
33
 
34
  detector = YOLO('./pretrained_models/detector.pt').to(device)
35
 
36
- @spaces.GPU#(duration=120)
37
  def run_wilow_model(image, conf, IoU_threshold=0.5):
38
  img_cv2 = image[...,::-1]
39
  img_vis = image.copy()
 
33
 
34
  detector = YOLO('./pretrained_models/detector.pt').to(device)
35
 
36
+ #@spaces.GPU#(duration=120)
37
  def run_wilow_model(image, conf, IoU_threshold=0.5):
38
  img_cv2 = image[...,::-1]
39
  img_vis = image.copy()