jonas commited on
Commit
ec1be34
1 Parent(s): a948d40

fixed syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ model = torch.hub.load("ultralytics/yolov5", "custom", path="yolov5_0.65map_exp7
11
 
12
  model.conf = 0.20 # NMS confidence threshold
13
 
14
- path = [['img/test-image.jpg']]]
15
 
16
  def show_preds_image(im):
17
 
 
11
 
12
  model.conf = 0.20 # NMS confidence threshold
13
 
14
+ path = [['img/test-image.jpg']]
15
 
16
  def show_preds_image(im):
17