PommesPeter commited on
Commit
8b28d2b
1 Parent(s): d3dabcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -502,7 +502,7 @@ def main():
502
  format="png",
503
  show_label=False
504
  )
505
- with gr.Accordion(label="Generation Parameters", open=False):
506
  gr_metadata = gr.JSON(label="metadata", show_label=False)
507
 
508
  with gr.Row():
 
502
  format="png",
503
  show_label=False
504
  )
505
+ with gr.Accordion(label="Generation Parameters", open=True):
506
  gr_metadata = gr.JSON(label="metadata", show_label=False)
507
 
508
  with gr.Row():