mbarnig commited on
Commit
90ade3c
·
verified ·
1 Parent(s): ba77b50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as b:
88
  # expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
89
  # expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
90
  # expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
91
- with gr.Accordion("Model Config", open=False)
92
  json_ob=gr.JSON(label="JSON")
93
  f1=stream.change(button_on,stream,[stream_btn,sub_btn])
94
  f2=save_btn.click(save_set,[names,length,noise,width,sen_pause],save_file)
 
88
  # expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
89
  # expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
90
  # expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
91
+ with gr.Accordion("Model Config", open=False):
92
  json_ob=gr.JSON(label="JSON")
93
  f1=stream.change(button_on,stream,[stream_btn,sub_btn])
94
  f2=save_btn.click(save_set,[names,length,noise,width,sen_pause],save_file)