Joao Henrique
commited on
Commit
·
882aca1
1
Parent(s):
9fc7d2b
...
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ def predict(indeps):
|
|
53 |
|
54 |
gr.Interface(
|
55 |
fn=predict,
|
56 |
-
inputs=
|
57 |
-
outputs=
|
58 |
).launch(share=False)
|
59 |
|
60 |
|
|
|
53 |
|
54 |
gr.Interface(
|
55 |
fn=predict,
|
56 |
+
inputs="text",
|
57 |
+
outputs="text",
|
58 |
).launch(share=False)
|
59 |
|
60 |
|