mbarnig commited on
Commit
e4743b6
·
verified ·
1 Parent(s): 68f8ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,12 +80,12 @@ with gr.Blocks(theme="Hev832/Applio-Theme") as b:
80
  save_file=gr.File()
81
  with gr.Tab("Load Settings"):
82
  load_file=gr.File()
83
- with gr.Column(scale=1):
84
  # expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
85
  # expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
86
  # expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
87
- with gr.Accordion("Model Config"):
88
- json_ob=gr.JSON(label="JSON")
89
  f1=stream.change(button_on,stream,[stream_btn,sub_btn])
90
  f2=save_btn.click(save_set,[names,length,noise,width,sen_pause],save_file)
91
  f3=load_file.change(load_set,load_file,[names,length,noise,width,sen_pause])
 
80
  save_file=gr.File()
81
  with gr.Tab("Load Settings"):
82
  load_file=gr.File()
83
+ # with gr.Column(scale=1):
84
  # expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
85
  # expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
86
  # expbtn3=gr.Button("Example 3").click(exp3,None,[in_txt,load_file])
87
+ # with gr.Accordion("Model Config"):
88
+ # json_ob=gr.JSON(label="JSON")
89
  f1=stream.change(button_on,stream,[stream_btn,sub_btn])
90
  f2=save_btn.click(save_set,[names,length,noise,width,sen_pause],save_file)
91
  f3=load_file.change(load_set,load_file,[names,length,noise,width,sen_pause])