Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -337,7 +337,7 @@ with gr.Blocks() as demo:
|
|
| 337 |
|
| 338 |
seed_output = gr.Number(label="Seed Used", precision=0)
|
| 339 |
|
| 340 |
-
with gr.Accordion("Advanced Settings", open=False):
|
| 341 |
seed = gr.Slider(
|
| 342 |
label="Seed",
|
| 343 |
minimum=0,
|
|
|
|
| 337 |
|
| 338 |
seed_output = gr.Number(label="Seed Used", precision=0)
|
| 339 |
|
| 340 |
+
with gr.Accordion("Advanced Settings", open=False, visible=False):
|
| 341 |
seed = gr.Slider(
|
| 342 |
label="Seed",
|
| 343 |
minimum=0,
|