kadirnar commited on
Commit
5c0b724
·
verified ·
1 Parent(s): a99bf86

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
  print("img_path:",img_path)
36
 
37
  new_image_path = os.path.basename(img_path)
38
- output_path = save_path + img_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