Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
215 |
value="REALVISXL V5.0"
|
216 |
)
|
217 |
|
218 |
-
with gr.Accordion("Advanced options", open=False, visible=
|
219 |
style_selection = gr.Radio(
|
220 |
show_label=True,
|
221 |
container=True,
|
|
|
215 |
value="REALVISXL V5.0"
|
216 |
)
|
217 |
|
218 |
+
with gr.Accordion("Advanced options", open=False, visible=False):
|
219 |
style_selection = gr.Radio(
|
220 |
show_label=True,
|
221 |
container=True,
|