prithivMLmods commited on
Commit
aaa02ca
·
verified ·
1 Parent(s): a682fa3

Update app.py

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