Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
162 |
|
163 |
with gr.Row():
|
164 |
model_choice = gr.Dropdown(
|
165 |
-
label="Model Selection
|
166 |
choices=list(MODEL_OPTIONS.keys()),
|
167 |
value="LIGHTNING V5.0"
|
168 |
)
|
|
|
162 |
|
163 |
with gr.Row():
|
164 |
model_choice = gr.Dropdown(
|
165 |
+
label="Model Selection🔻",
|
166 |
choices=list(MODEL_OPTIONS.keys()),
|
167 |
value="LIGHTNING V5.0"
|
168 |
)
|