prithivMLmods commited on
Commit
e33bd11
1 Parent(s): 362ce48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
161
  value="LightningV4"
162
  )
163
 
164
- with gr.Accordion("Advanced options", open=True):
165
  num_images = gr.Slider(
166
  label="Number of Images",
167
  minimum=1,
 
161
  value="LightningV4"
162
  )
163
 
164
+ with gr.Accordion("Advanced options", open=True, visible=False):
165
  num_images = gr.Slider(
166
  label="Number of Images",
167
  minimum=1,