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...
bc46e46
NERS
/
app.py
sonobit
Create app.py
dd2b855
almost 3 years ago
raw
Copy download link
history
blame
170 Bytes
import
spacy_streamlit
models = [
"en_core_web_sm"
,
"en_core_web_md"
]
default_text =
"Sundar Pichai is the CEO of Google."
spacy_streamlit.visualize(models, default_text)