Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,8 @@ def main(config):
|
|
59 |
gr.Markdown("Synthesize speech using predefined target voice and language")
|
60 |
|
61 |
textbox = gr.Textbox(label="Enter your text")
|
62 |
-
tune_btn = gr.Button("
|
|
|
63 |
|
64 |
tune_btn.click(fn=generate_speech,
|
65 |
inputs=[
|
|
|
59 |
gr.Markdown("Synthesize speech using predefined target voice and language")
|
60 |
|
61 |
textbox = gr.Textbox(label="Enter your text")
|
62 |
+
tune_btn = gr.Button("Synthesize Text")
|
63 |
+
outputs = gr.outputs.Audio(type="auto", label=None)
|
64 |
|
65 |
tune_btn.click(fn=generate_speech,
|
66 |
inputs=[
|