Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,15 +85,15 @@ def app():
|
|
| 85 |
gr.Examples(
|
| 86 |
examples=[
|
| 87 |
[
|
| 88 |
-
"
|
| 89 |
-
"
|
| 90 |
640,
|
| 91 |
0.25,
|
| 92 |
0.45,
|
| 93 |
],
|
| 94 |
[
|
| 95 |
-
"
|
| 96 |
-
"
|
| 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,
|