Ahsen Khaliq
commited on
Commit
·
11e2337
1
Parent(s):
9531bc2
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,7 @@ def inference(text, model):
|
|
26 |
|
27 |
gr.Interface(
|
28 |
inference,
|
29 |
-
[gr.inputs.Textbox(label="Input", lines=10)
|
30 |
-
],
|
31 |
gr.outputs.Audio(label="Output"),
|
32 |
examples=examples,
|
33 |
article=article,
|
|
|
26 |
|
27 |
gr.Interface(
|
28 |
inference,
|
29 |
+
[gr.inputs.Textbox(label="Input", lines=10)],
|
|
|
30 |
gr.outputs.Audio(label="Output"),
|
31 |
examples=examples,
|
32 |
article=article,
|