Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ demo = gr.Interface(ner,
|
|
11 |
gr.Textbox(placeholder="Ingrese oraci贸n aqu铆..."),
|
12 |
gr.HighlightedText())
|
13 |
|
14 |
-
demo.launch(
|
|
|
11 |
gr.Textbox(placeholder="Ingrese oraci贸n aqu铆..."),
|
12 |
gr.HighlightedText())
|
13 |
|
14 |
+
demo.launch()
|