Hi.
Iâm trying to run these codes and donât work:
- nlp = spacy.load(âes_core_news_smâ)
- nlp = es_core_news_sm.load()
When I run the app locally works but when I deploy it after pushing on Github doesnât work.
The error: OSError: [E050] Canât find model âes_core_news_mdâ. It doesnât seem to be a Python package or a valid path to a data directory.
My code is here: GitHub - ockdavid/WordParty
Does anyone had the same problem and could solve it?