Ahsen Khaliq commited on
Commit
2c6c0c3
·
1 Parent(s): 242d1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ examples=[['This paper describes ESPnet2-TTS, an end-to-end text-to-speech (E2E-
43
 
44
  gr.Interface(
45
  inference,
46
- "text",
47
  gr.outputs.Audio(type="file", label="Output"),
48
  title=title,
49
  description=description,
 
43
 
44
  gr.Interface(
45
  inference,
46
+ gr.inputs.Textbox(label="input text",lines=10),
47
  gr.outputs.Audio(type="file", label="Output"),
48
  title=title,
49
  description=description,