tykiww commited on
Commit
d68d9c9
·
verified ·
1 Parent(s): 756b928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("Start Fine Tuning")
 
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=[