Spaces:
Runtime error
Runtime error
removed share parameter
Browse files
app.py
CHANGED
|
@@ -6,4 +6,4 @@ def predict(text):
|
|
| 6 |
return text_sent
|
| 7 |
|
| 8 |
demo = gr.Interface(fn=predict, inputs="text", outputs="text")
|
| 9 |
-
demo.launch(
|
|
|
|
| 6 |
return text_sent
|
| 7 |
|
| 8 |
demo = gr.Interface(fn=predict, inputs="text", outputs="text")
|
| 9 |
+
demo.launch()
|