Ahsen Khaliq commited on
Commit
593f988
·
1 Parent(s): 3d98f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def inference(text):
24
 
25
  gr.Interface(
26
  inference,
27
- [gr.inputs.Textbox(label="Input", lines=10)],
28
  gr.outputs.Audio(label="Output"),
29
  examples=examples,
30
  article=article,
 
24
 
25
  gr.Interface(
26
  inference,
27
+ gr.inputs.Textbox(label="Input", lines=10),
28
  gr.outputs.Audio(label="Output"),
29
  examples=examples,
30
  article=article,