Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
125 |
)
|
126 |
run_button = gr.Button("Run", scale=0)
|
127 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
128 |
-
with gr.Accordion("Advanced options", open=
|
129 |
num_images = gr.Slider(
|
130 |
label="Number of Images",
|
131 |
minimum=1,
|
|
|
125 |
)
|
126 |
run_button = gr.Button("Run", scale=0)
|
127 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
128 |
+
with gr.Accordion("Advanced options", open=True, visible=True):
|
129 |
num_images = gr.Slider(
|
130 |
label="Number of Images",
|
131 |
minimum=1,
|