Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jjzha
/
multilingual_skill_extraction
like
2
Sleeping
App
Files
Files
Community
jjzha
commited on
May 3, 2024
Commit
e24e3c6
•
1 Parent(s):
916749d
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()
58
outputs=["highlight", "highlight"],
59
examples=examples)
60
61
+
demo.launch(
share=True
)