Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
|
199 |
|
200 |
with gr.Row():
|
201 |
model_choice = gr.Dropdown(
|
202 |
-
label="Model Selection
|
203 |
choices=list(MODEL_OPTIONS.keys()),
|
204 |
value="LIGHTNING V5.0"
|
205 |
)
|
|
|
199 |
|
200 |
with gr.Row():
|
201 |
model_choice = gr.Dropdown(
|
202 |
+
label="Model Selection",
|
203 |
choices=list(MODEL_OPTIONS.keys()),
|
204 |
value="LIGHTNING V5.0"
|
205 |
)
|