Corle-heyongzhe commited on
Commit
8bddec9
·
verified ·
1 Parent(s): 6a06b35

Update app.py

Browse files

default open advanced box

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -402,7 +402,7 @@ def main():
402
  output_text = gr.Textbox(label="Output", lines=3, interactive=False)
403
  status_text = gr.Textbox(label="Status", lines=1, interactive=False)
404
 
405
- with gr.Accordion("Advanced", open=False):
406
  collected_audio = gr.Audio(
407
  label="Full Audio",
408
  type="numpy",
 
402
  output_text = gr.Textbox(label="Output", lines=3, interactive=False)
403
  status_text = gr.Textbox(label="Status", lines=1, interactive=False)
404
 
405
+ with gr.Accordion("Advanced", open=True):
406
  collected_audio = gr.Audio(
407
  label="Full Audio",
408
  type="numpy",