NERS / app.py
sonobit's picture
Create app.py
dd2b855
raw
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)