Spaces:
Runtime error
Runtime error
Ekins Kuuzie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def predict_image(test_image):
|
|
18 |
# save images
|
19 |
return model.predict(test_image, save=True, conf=0.1, batch=2, show=True)
|
20 |
|
21 |
-
|
22 |
|
23 |
# detection = (os.listdir(path))
|
24 |
|
|
|
18 |
# save images
|
19 |
return model.predict(test_image, save=True, conf=0.1, batch=2, show=True)
|
20 |
|
21 |
+
path = "runs/detect"
|
22 |
|
23 |
# detection = (os.listdir(path))
|
24 |
|