Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ def predict_gradio(text):
|
|
53 |
return entities
|
54 |
|
55 |
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
|
56 |
-
demo.launch()
|
|
|
53 |
return entities
|
54 |
|
55 |
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
|
56 |
+
demo.launch()
|