Spaces:
Runtime error
Runtime error
ValadisCERTH
commited on
Commit
·
c6a4d99
1
Parent(s):
e31a276
Update countriesIdentification.py
Browse files
countriesIdentification.py
CHANGED
@@ -8,7 +8,6 @@ from geotext import GeoText
|
|
8 |
|
9 |
import re
|
10 |
|
11 |
-
spacy.cli.download("en_core_web_lg")
|
12 |
|
13 |
# Load the spacy model with GloVe embeddings
|
14 |
nlp = spacy.load("en_core_web_lg")
|
|
|
8 |
|
9 |
import re
|
10 |
|
|
|
11 |
|
12 |
# Load the spacy model with GloVe embeddings
|
13 |
nlp = spacy.load("en_core_web_lg")
|