Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonobit
/
NERS
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sonobit
commited on
Dec 1, 2022
Commit
dd2b855
·
1 Parent(s):
da839c3
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import spacy_streamlit
2
+
3
+
models = ["en_core_web_sm", "en_core_web_md"]
4
+
default_text = "Sundar Pichai is the CEO of Google."
5
+
spacy_streamlit.visualize(models, default_text)