Update utils.py
Browse files
utils.py
CHANGED
|
@@ -191,7 +191,7 @@ def create_interface():
|
|
| 191 |
with gr.Row():
|
| 192 |
model_choice = gr.Dropdown(
|
| 193 |
choices=["Medium", "Large"],
|
| 194 |
-
value="
|
| 195 |
label="Select one of the models"
|
| 196 |
)
|
| 197 |
|
|
|
|
| 191 |
with gr.Row():
|
| 192 |
model_choice = gr.Dropdown(
|
| 193 |
choices=["Medium", "Large"],
|
| 194 |
+
value="Large",
|
| 195 |
label="Select one of the models"
|
| 196 |
)
|
| 197 |
|