kadirnar commited on
Commit
00700b7
·
verified ·
1 Parent(s): aec3a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 img_path
39
 
40
 
41
  inputs = [
 
35
 
36
  output_path = save_path + img_path
37
  print(f"Output image saved to {output_path}")
38
+ return output_path
39
 
40
 
41
  inputs = [