Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 144 |
value="RealVisXL_V4.0_Lightning"
|
| 145 |
)
|
| 146 |
|
| 147 |
-
with gr.Accordion("Advanced options", open=
|
| 148 |
num_images = gr.Slider(
|
| 149 |
label="Number of Images",
|
| 150 |
minimum=1,
|
|
|
|
| 144 |
value="RealVisXL_V4.0_Lightning"
|
| 145 |
)
|
| 146 |
|
| 147 |
+
with gr.Accordion("Advanced options", open=True):
|
| 148 |
num_images = gr.Slider(
|
| 149 |
label="Number of Images",
|
| 150 |
minimum=1,
|