rushidarge commited on
Commit
d43ae3b
1 Parent(s): 4b5c8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -57,8 +57,6 @@ def app():
57
  fn=yolov9_inference,
58
  inputs=[
59
  img_path,
60
- conf_threshold,
61
- iou_threshold,
62
  ],
63
  outputs=[output_numpy],
64
  )
 
57
  fn=yolov9_inference,
58
  inputs=[
59
  img_path,
 
 
60
  ],
61
  outputs=[output_numpy],
62
  )