Spaces:
Runtime error
Runtime error
Commit
·
e1b8f88
1
Parent(s):
446a0e5
hot fix
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ demo = gr.Interface(
|
|
119 |
fn=run,
|
120 |
inputs=["image", gr.Dropdown(["YOLOv8n", "YOLOv8s", "YOLOv8m", "YOLOv8l", "YOLOv8x"], label="Model", value="YOLOv8n", info="The larger the model, the slower and more performant it is.")],
|
121 |
outputs=["image"],
|
122 |
-
|
123 |
)
|
124 |
|
125 |
demo.launch()
|
|
|
119 |
fn=run,
|
120 |
inputs=["image", gr.Dropdown(["YOLOv8n", "YOLOv8s", "YOLOv8m", "YOLOv8l", "YOLOv8x"], label="Model", value="YOLOv8n", info="The larger the model, the slower and more performant it is.")],
|
121 |
outputs=["image"],
|
122 |
+
examples=["crowd.jpeg", "YOLOv8n"]
|
123 |
)
|
124 |
|
125 |
demo.launch()
|