Spaces:
Runtime error
Runtime error
Commit
·
ce78163
1
Parent(s):
f0a7462
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import spacy
|
2 |
import streamlit as st
|
3 |
from spacy_streamlit import visualize_ner
|
|
|
|
|
4 |
|
5 |
|
6 |
st.write("""
|
|
|
1 |
import spacy
|
2 |
import streamlit as st
|
3 |
from spacy_streamlit import visualize_ner
|
4 |
+
import en_core_web_sm
|
5 |
+
nlp = en_core_web_sm.load()
|
6 |
|
7 |
|
8 |
st.write("""
|