Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def predict_image(img, conf_threshold, iou_threshold):
|
|
36 |
|
37 |
return im
|
38 |
|
39 |
-
current_directory = "
|
40 |
|
41 |
iface = gr.Interface(
|
42 |
fn=predict_image,
|
|
|
36 |
|
37 |
return im
|
38 |
|
39 |
+
current_directory = "./image"
|
40 |
|
41 |
iface = gr.Interface(
|
42 |
fn=predict_image,
|