kadirnar commited on
Commit
125e07b
·
1 Parent(s): 0a40a72
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -102,6 +102,13 @@ def app():
102
  0.4,
103
  0.5,
104
  ],
 
 
 
 
 
 
 
105
  ],
106
  fn=yolov9_inference,
107
  inputs=[
 
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=[