Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
f6c0f53
1
Parent(s):
457f644
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 |
)
|