sw005320 commited on
Commit
f795e08
·
verified ·
1 Parent(s): 4a2fdc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ examples=[['This paper describes ESPnet2-TTS, an end-to-end text-to-speech (E2E-
92
 
93
  gr.Interface(
94
  inference,
95
- [gr.inputs.Textbox(label="input text",lines=10),gr.inputs.Radio(choices=["english", "chinese", "japanese"], type="value", default="english", label="language")],
96
- gr.outputs.Audio(type="file", label="Output"),
97
  title=title,
98
  description=description,
99
  article=article,
 
92
 
93
  gr.Interface(
94
  inference,
95
+ [gr.Textbox(label="input text",lines=10),gr.Radio(choices=["english", "chinese", "japanese"], type="value", default="english", label="language")],
96
+ gr.Audio(type="file", label="Output"),
97
  title=title,
98
  description=description,
99
  article=article,