Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def predict(text):
|
|
11 |
return text_sent
|
12 |
|
13 |
demo = gr.Interface(fn=predict, inputs="text", outputs="text")
|
14 |
-
demo.launch(
|
|
|
11 |
return text_sent
|
12 |
|
13 |
demo = gr.Interface(fn=predict, inputs="text", outputs="text")
|
14 |
+
demo.launch()
|