Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
9a0cddd
1
Parent(s):
83d66db
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
169 |
model_choice = gr.Dropdown(
|
170 |
label="Model Selection🔻",
|
171 |
choices=list(MODEL_OPTIONS.keys()),
|
172 |
-
value="
|
173 |
)
|
174 |
|
175 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
|
|
169 |
model_choice = gr.Dropdown(
|
170 |
label="Model Selection🔻",
|
171 |
choices=list(MODEL_OPTIONS.keys()),
|
172 |
+
value="REALVISXL V5.0"
|
173 |
)
|
174 |
|
175 |
with gr.Accordion("Advanced options", open=False, visible=True):
|