Spaces:
Sleeping
Sleeping
Unityraptor
commited on
Commit
•
a0c7aa9
1
Parent(s):
9db86ab
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def predict(mytextInput):
|
|
51 |
|
52 |
iface = gr.Interface(predict,
|
53 |
inputs="textbox",
|
54 |
-
outputs="
|
55 |
|
56 |
iface.launch(share=True)
|
57 |
|
|
|
51 |
|
52 |
iface = gr.Interface(predict,
|
53 |
inputs="textbox",
|
54 |
+
outputs="text")
|
55 |
|
56 |
iface.launch(share=True)
|
57 |
|