ollieollie commited on
Commit
f5355fe
·
verified ·
1 Parent(s): 80ee99b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
25
  with gr.Column():
26
  text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
27
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
28
- exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (extreme values can be unstable)", value=.5)
29
 
30
  run_btn = gr.Button("Generate", variant="primary")
31
 
 
25
  with gr.Column():
26
  text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
27
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
28
+ exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
29
 
30
  run_btn = gr.Button("Generate", variant="primary")
31