Ahsen Khaliq
commited on
Commit
·
593f988
1
Parent(s):
3d98f11
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def inference(text):
|
|
24 |
|
25 |
gr.Interface(
|
26 |
inference,
|
27 |
-
|
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,
|