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