Vvaann commited on
Commit
c1222c2
·
verified ·
1 Parent(s): 831381d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ demo = gr.Interface(
93
  ],
94
  title = "Yolo v9 on custom fooball dataset",
95
  description = " A simple gradio inference, and detection results for custom trained yolov9 model",
96
- examples = [["cat.jpg",1, True, 10, 0.4]]
97
  )
98
 
99
  if __name__ == "__main__":
 
93
  ],
94
  title = "Yolo v9 on custom fooball dataset",
95
  description = " A simple gradio inference, and detection results for custom trained yolov9 model",
96
+ examples = [["img1.jpg",1, True, 10, 0.4]]
97
  )
98
 
99
  if __name__ == "__main__":