Parthebhan commited on
Commit
174be23
·
verified ·
1 Parent(s): 423fb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -17
app.py CHANGED
@@ -93,23 +93,7 @@ def app():
93
  outputs=[output_numpy],
94
  )
95
 
96
- gr.Examples(
97
- examples=[
98
- [
99
- "data/huggingface.jpg",
100
- "gelan-e.pt",
101
- 640,
102
- 0.4,
103
- 0.5,
104
- ],
105
- [
106
- "data/huggingface.jpg",
107
- "yolov9-c.pt",
108
- 640,
109
- 0.4,
110
- 0.5,
111
- ],
112
- ],
113
  fn=yolov9_inference,
114
  inputs=[
115
  img_path,
 
93
  outputs=[output_numpy],
94
  )
95
 
96
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  fn=yolov9_inference,
98
  inputs=[
99
  img_path,