Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jjzha
/
multilingual_skill_extraction
like
2
Running
App
Files
Files
Community
jjzha
commited on
May 3
Commit
47b897f
•
1 Parent(s):
e24e3c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ demo = gr.Interface(fn=ner,
58
outputs=["highlight", "highlight"],
59
examples=examples)
60
61
-
demo.launch(
share=True
)
58
outputs=["highlight", "highlight"],
59
examples=examples)
60
61
+
demo.launch()