sw005320 commited on
Commit
5a4202d
1 Parent(s): 20c624d

Update app.py

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