Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,6 +114,7 @@ with gr.Blocks() as demo:
|
|
| 114 |
sources=["upload", "microphone"],
|
| 115 |
type="filepath",
|
| 116 |
label="Reference Audio File (Optional)",
|
|
|
|
| 117 |
value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
|
| 118 |
)
|
| 119 |
exaggeration = gr.Slider(
|
|
|
|
| 114 |
sources=["upload", "microphone"],
|
| 115 |
type="filepath",
|
| 116 |
label="Reference Audio File (Optional)",
|
| 117 |
+
format="mp3",
|
| 118 |
value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac"
|
| 119 |
)
|
| 120 |
exaggeration = gr.Slider(
|