jameslahm commited on
Commit
f23b96a
·
verified ·
1 Parent(s): 7a2383d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,14 +72,14 @@ def app():
72
  gr.Examples(
73
  examples=[
74
  [
75
- "bug.jpg",
76
- "yolov10x",
77
  640,
78
  0.25,
79
  ],
80
  [
81
  "zidane.jpg",
82
- "yolov10m",
83
  640,
84
  0.25,
85
  ],
 
72
  gr.Examples(
73
  examples=[
74
  [
75
+ "bus.jpg",
76
+ "yolov10s",
77
  640,
78
  0.25,
79
  ],
80
  [
81
  "zidane.jpg",
82
+ "yolov10s",
83
  640,
84
  0.25,
85
  ],