Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 194 |
|
| 195 |
with gr.Row():
|
| 196 |
model_choice = gr.Dropdown(
|
| 197 |
-
label="Model Selection",
|
| 198 |
choices=list(MODEL_OPTIONS.keys()),
|
| 199 |
value="LIGHTNING V5.0"
|
| 200 |
)
|
|
|
|
| 194 |
|
| 195 |
with gr.Row():
|
| 196 |
model_choice = gr.Dropdown(
|
| 197 |
+
label="Model Selection⬇️",
|
| 198 |
choices=list(MODEL_OPTIONS.keys()),
|
| 199 |
value="LIGHTNING V5.0"
|
| 200 |
)
|