Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import spacy
|
|
8 |
from spacy import displacy
|
9 |
from spacy.lang.en import English
|
10 |
import en_ner_bc5cdr_md
|
11 |
-
|
12 |
|
13 |
from streamlit.components.v1 import html
|
14 |
|
|
|
8 |
from spacy import displacy
|
9 |
from spacy.lang.en import English
|
10 |
import en_ner_bc5cdr_md
|
11 |
+
import en_core_web_sm
|
12 |
|
13 |
from streamlit.components.v1 import html
|
14 |
|