Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ with demo:
|
|
| 268 |
options = gr.Dropdown(
|
| 269 |
choices=model,
|
| 270 |
label="Object Detection Model",
|
| 271 |
-
value=
|
| 272 |
)
|
| 273 |
|
| 274 |
url_input = gr.Textbox(label="Image URL")
|
|
|
|
| 268 |
options = gr.Dropdown(
|
| 269 |
choices=model,
|
| 270 |
label="Object Detection Model",
|
| 271 |
+
value=model[0]
|
| 272 |
)
|
| 273 |
|
| 274 |
url_input = gr.Textbox(label="Image URL")
|