Spaces:
Runtime error
Runtime error
hugo flores garcia
commited on
Commit
·
878b171
1
Parent(s):
4ec7317
stuff
Browse files
app.py
CHANGED
|
@@ -361,7 +361,7 @@ with gr.Blocks() as demo:
|
|
| 361 |
model_choice = gr.Dropdown(
|
| 362 |
label="model choice",
|
| 363 |
choices=list(interface.available_models()),
|
| 364 |
-
value=
|
| 365 |
visible=True
|
| 366 |
)
|
| 367 |
|
|
|
|
| 361 |
model_choice = gr.Dropdown(
|
| 362 |
label="model choice",
|
| 363 |
choices=list(interface.available_models()),
|
| 364 |
+
value=init_model_choice,
|
| 365 |
visible=True
|
| 366 |
)
|
| 367 |
|