Spaces:
Sleeping
Sleeping
fixed syntax error
Browse files
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 |
|