Spaces:
Running
on
Zero
Running
on
Zero
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 |
print("img_path:",img_path)
|
36 |
|
37 |
new_image_path = os.path.basename(img_path)
|
38 |
-
output_path = save_path +
|
39 |
|
40 |
print(f"Output image saved to {output_path}")
|
41 |
|
|
|
35 |
print("img_path:",img_path)
|
36 |
|
37 |
new_image_path = os.path.basename(img_path)
|
38 |
+
output_path = save_path + new_image_path
|
39 |
|
40 |
print(f"Output image saved to {output_path}")
|
41 |
|