mbarnig commited on
Commit
0b16e1e
·
verified ·
1 Parent(s): 350198c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -83,10 +83,9 @@ with gr.Blocks() as b:
83
  save_file=gr.File()
84
  with gr.Tab("Load Settings"):
85
  load_file=gr.File()
86
- # with gr.Column(scale=1):
87
-
88
- # with gr.Accordion("Model Config"):
89
- # json_ob=gr.JSON(label="JSON")
90
  f1=stream.change(button_on,stream,[stream_btn,sub_btn])
91
  f2=save_btn.click(save_set,[names,length,noise,width,sen_pause],save_file)
92
  f3=load_file.change(load_set,load_file,[names,length,noise,width,sen_pause])
 
83
  save_file=gr.File()
84
  with gr.Tab("Load Settings"):
85
  load_file=gr.File()
86
+ with gr.Column(scale=1):
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])