Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ with gr.Blocks() as demo:
|
|
| 102 |
sources=["upload", "microphone"],
|
| 103 |
type="filepath",
|
| 104 |
label="Reference Audio File (Optional)",
|
| 105 |
-
value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/
|
| 106 |
)
|
| 107 |
exaggeration = gr.Slider(
|
| 108 |
0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5
|
|
|
|
| 102 |
sources=["upload", "microphone"],
|
| 103 |
type="filepath",
|
| 104 |
label="Reference Audio File (Optional)",
|
| 105 |
+
value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
|
| 106 |
)
|
| 107 |
exaggeration = gr.Slider(
|
| 108 |
0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5
|