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