prithivMLmods commited on
Commit
11bc2a9
·
verified ·
1 Parent(s): ddc5a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,