Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
| 167 |
|
| 168 |
with gr.Row():
|
| 169 |
model_choice = gr.Dropdown(
|
| 170 |
-
label="Model Selection
|
| 171 |
choices=list(MODEL_OPTIONS.keys()),
|
| 172 |
value="Realism : V4.0_Lightning"
|
| 173 |
)
|
|
|
|
| 167 |
|
| 168 |
with gr.Row():
|
| 169 |
model_choice = gr.Dropdown(
|
| 170 |
+
label="Model Selection ☑️",
|
| 171 |
choices=list(MODEL_OPTIONS.keys()),
|
| 172 |
value="Realism : V4.0_Lightning"
|
| 173 |
)
|