ollieollie commited on
Commit
2bd4215
·
verified ·
1 Parent(s): 9a96fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
38
  text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
39
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
40
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
41
- cfg_weight = gr.Slider(0.0, 5, step=.05, label="CFG/Pace", value=1.0)
42
 
43
 
44
  with gr.Accordion("More options", open=False):
 
38
  text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
39
  ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
40
  exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
41
+ cfg_weight = gr.Slider(0.2, 1, step=.05, label="CFG/Pace", value=0.5)
42
 
43
 
44
  with gr.Accordion("More options", open=False):