Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
201 |
model_choice = gr.Dropdown(
|
202 |
label="Model Selection 🪄",
|
203 |
choices=list(MODEL_OPTIONS.keys()),
|
204 |
-
value="LIGHTNING
|
205 |
)
|
206 |
|
207 |
with gr.Accordion("Advanced options", open=False, visible=False):
|
|
|
201 |
model_choice = gr.Dropdown(
|
202 |
label="Model Selection 🪄",
|
203 |
choices=list(MODEL_OPTIONS.keys()),
|
204 |
+
value="LIGHTNING V5.0"
|
205 |
)
|
206 |
|
207 |
with gr.Accordion("Advanced options", open=False, visible=False):
|