Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jjzha
/
skill_extraction_demo
like
15
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jjzha
commited on
May 3, 2024
Commit
e72157c
·
verified
·
1 Parent(s):
357f085
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ demo = gr.Interface(fn=ner,
54
outputs=["highlight", "highlight"],
55
examples=examples)
56
57
-
demo.launch(
share=True
)
54
outputs=["highlight", "highlight"],
55
examples=examples)
56
57
+
demo.launch()