Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
117 |
run_button = gr.Button("Run ⚡", scale=0)
|
118 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
119 |
|
120 |
-
with gr.Accordion("Advanced options", open=
|
121 |
num_images = gr.Slider(
|
122 |
label="Number of Images",
|
123 |
minimum=1,
|
|
|
117 |
run_button = gr.Button("Run ⚡", scale=0)
|
118 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
119 |
|
120 |
+
with gr.Accordion("Advanced options", open=False, visible=True):
|
121 |
num_images = gr.Slider(
|
122 |
label="Number of Images",
|
123 |
minimum=1,
|