Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate(text, audio_prompt_path, exaggeration, pace, temperature, seed_num)
|
|
33 |
with gr.Blocks() as demo:
|
34 |
with gr.Row():
|
35 |
with gr.Column():
|
36 |
-
text = gr.Textbox(value="I know what you're thinking. "Did he fire six shots, or only five
|
37 |
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
|
38 |
exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (extreme values are unstable)", value=.7)
|
39 |
|
|
|
33 |
with gr.Blocks() as demo:
|
34 |
with gr.Row():
|
35 |
with gr.Column():
|
36 |
+
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")
|
37 |
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
|
38 |
exaggeration = gr.Slider(0.25, 2, step=.05, label="Exaggeration (extreme values are unstable)", value=.7)
|
39 |
|