SebastianBodza commited on
Commit
e2da991
·
verified ·
1 Parent(s): 0732cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
119
  value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
120
  )
121
  exaggeration = gr.Slider(
122
- 0.25, 4, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5
123
  )
124
  cfg_weight = gr.Slider(
125
  0.0, 1, step=.05, label="CFG/Pace", value=0.3
 
119
  value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
120
  )
121
  exaggeration = gr.Slider(
122
+ 0.25, 6, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5
123
  )
124
  cfg_weight = gr.Slider(
125
  0.0, 1, step=.05, label="CFG/Pace", value=0.3