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