ollieollie commited on
Commit
223984c
·
verified ·
1 Parent(s): 22418d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  with gr.Column():
37
  text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
38
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
39
- exaggeration = gr.Slider(-5, 5, step=.05, label="exaggeration", value=.5)
40
 
41
  with gr.Accordion("More options", open=False):
42
  seed_num = gr.Number(value=0, label="Random seed (0 for random)")
 
36
  with gr.Column():
37
  text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
38
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
39
+ exaggeration = gr.Slider(0.25, 2, step=.05, label="exaggeration", value=.7)
40
 
41
  with gr.Accordion("More options", open=False):
42
  seed_num = gr.Number(value=0, label="Random seed (0 for random)")