Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def yolov9_inference(img_path, model_path,image_size, conf_threshold, iou_thresh
|
|
| 35 |
|
| 36 |
output_path = save_path + img_path
|
| 37 |
print(f"Output image saved to {output_path}")
|
| 38 |
-
return
|
| 39 |
|
| 40 |
|
| 41 |
inputs = [
|
|
|
|
| 35 |
|
| 36 |
output_path = save_path + img_path
|
| 37 |
print(f"Output image saved to {output_path}")
|
| 38 |
+
return img_path
|
| 39 |
|
| 40 |
|
| 41 |
inputs = [
|