Parthebhan commited on
Commit
98bbf82
·
verified ·
1 Parent(s): 6eb8048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -93,17 +93,8 @@ def app():
93
  outputs=[output_numpy],
94
  )
95
 
96
- fn=yolov9_inference,
97
- inputs=[
98
- img_path,
99
- model_path,
100
- image_size,
101
- conf_threshold,
102
- iou_threshold,
103
- ],
104
- outputs=[output_numpy],
105
- cache_examples=True,
106
- )
107
 
108
 
109
  gradio_app = gr.Blocks()
 
93
  outputs=[output_numpy],
94
  )
95
 
96
+
97
+
 
 
 
 
 
 
 
 
 
98
 
99
 
100
  gradio_app = gr.Blocks()