Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
|
|
24 |
with gr.Row():
|
25 |
with gr.Column():
|
26 |
text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
|
27 |
-
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/
|
28 |
exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
|
29 |
|
30 |
run_btn = gr.Button("Generate", variant="primary")
|
|
|
24 |
with gr.Row():
|
25 |
with gr.Column():
|
26 |
text = gr.Textbox(value="I know what you're thinking. \"Did he fire six shots, or only five?\" Well, to tell you the truth, in all this excitement, I kind of lost track myself.", label="Text to synthesize")
|
27 |
+
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value="https://storage.googleapis.com/chatterbox-demo-samples/prompts/male_stewie.mp3")
|
28 |
exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (Neutral = 0.5, extreme values can be unstable)", value=.5)
|
29 |
|
30 |
run_btn = gr.Button("Generate", variant="primary")
|