Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 185 |
|
| 186 |
with gr.Row():
|
| 187 |
model_choice = gr.Dropdown(
|
| 188 |
-
label="Model Selection
|
| 189 |
choices=list(MODEL_OPTIONS.keys()),
|
| 190 |
value="LIGHTNING V5.0"
|
| 191 |
)
|
|
|
|
| 185 |
|
| 186 |
with gr.Row():
|
| 187 |
model_choice = gr.Dropdown(
|
| 188 |
+
label="Model Selection 🪄",
|
| 189 |
choices=list(MODEL_OPTIONS.keys()),
|
| 190 |
value="LIGHTNING V5.0"
|
| 191 |
)
|