Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
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
|