Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 163 |
|
| 164 |
with gr.Row():
|
| 165 |
model_choice = gr.Dropdown(
|
| 166 |
-
label="Model Selection
|
| 167 |
choices=list(MODEL_OPTIONS.keys()),
|
| 168 |
value="Hyper Realism : V4.0_Lightning⚡"
|
| 169 |
)
|
|
|
|
| 163 |
|
| 164 |
with gr.Row():
|
| 165 |
model_choice = gr.Dropdown(
|
| 166 |
+
label="Model Selection",
|
| 167 |
choices=list(MODEL_OPTIONS.keys()),
|
| 168 |
value="Hyper Realism : V4.0_Lightning⚡"
|
| 169 |
)
|