Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
4c7da1a
1
Parent(s):
91bdf27
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=css) as demo:
|
|
156 |
model_choice = gr.Dropdown(
|
157 |
label="Model Selection",
|
158 |
choices=list(MODEL_OPTIONS.keys()),
|
159 |
-
value="
|
160 |
)
|
161 |
|
162 |
with gr.Accordion("Advanced options", open=True, visible=False):
|
|
|
156 |
model_choice = gr.Dropdown(
|
157 |
label="Model Selection",
|
158 |
choices=list(MODEL_OPTIONS.keys()),
|
159 |
+
value="Lightning"
|
160 |
)
|
161 |
|
162 |
with gr.Accordion("Advanced options", open=True, visible=False):
|