kadirnar commited on
Commit
3db8d6f
1 Parent(s): f0e3799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -85,15 +85,15 @@ def app():
85
  gr.Examples(
86
  examples=[
87
  [
88
- "images/example1.jpg",
89
- "yolov10s.pt",
90
  640,
91
  0.25,
92
  0.45,
93
  ],
94
  [
95
- "images/example2.jpg",
96
- "yolov10m.pt",
97
  640,
98
  0.25,
99
  0.45,
 
85
  gr.Examples(
86
  examples=[
87
  [
88
+ "huggingface.jpg",
89
+ "yolov10m.pt",
90
  640,
91
  0.25,
92
  0.45,
93
  ],
94
  [
95
+ "zidane.jpg",
96
+ "yolov10b.pt",
97
  640,
98
  0.25,
99
  0.45,