mbarnig commited on
Commit
aa3375f
·
verified ·
1 Parent(s): f05b573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks() as b:
79
  # noise=1
80
  width=gr.Slider(label="Noise Width", minimum=0.01, maximum=3.0, value=1, visible=True)
81
  sen_pause=gr.Slider(label="Sentence Pause", minimum=0.1, maximum=10.0, value=1, visible=True)
82
- # with gr.Tab("Save Settings"):
83
- # save_btn=gr.Button("Save")
84
- # save_file=gr.File()
85
  with gr.Tab("Load Settings"):
86
  load_file=gr.File()
87
  with gr.Column(scale=1):
 
79
  # noise=1
80
  width=gr.Slider(label="Noise Width", minimum=0.01, maximum=3.0, value=1, visible=True)
81
  sen_pause=gr.Slider(label="Sentence Pause", minimum=0.1, maximum=10.0, value=1, visible=True)
82
+ with gr.Tab("Save Settings"):
83
+ save_btn=gr.Button("Save")
84
+ save_file=gr.File()
85
  with gr.Tab("Load Settings"):
86
  load_file=gr.File()
87
  with gr.Column(scale=1):