Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
with gr.Column():
|
37 |
text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
|
38 |
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
|
39 |
-
exaggeration = gr.Slider(
|
40 |
|
41 |
with gr.Accordion("More options", open=False):
|
42 |
seed_num = gr.Number(value=0, label="Random seed (0 for random)")
|
|
|
36 |
with gr.Column():
|
37 |
text = gr.Textbox(value="What does the fox say?", label="Text to synthesize")
|
38 |
ref_wav = gr.Audio(sources="upload", type="filepath", label="Reference Audio File", value=None)
|
39 |
+
exaggeration = gr.Slider(0.25, 2, step=.05, label="exaggeration", value=.7)
|
40 |
|
41 |
with gr.Accordion("More options", open=False):
|
42 |
seed_num = gr.Number(value=0, label="Random seed (0 for random)")
|