Spaces:
Runtime error
Runtime error
victorialslocum
commited on
Commit
•
f606d3a
1
Parent(s):
b6c333c
add en_core to requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,3 +2,5 @@ gradio==3.0.24
|
|
2 |
python-decouple==3.6
|
3 |
requests==2.28.1
|
4 |
spacy==3.3.1
|
|
|
|
|
|
2 |
python-decouple==3.6
|
3 |
requests==2.28.1
|
4 |
spacy==3.3.1
|
5 |
+
|
6 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0-py3-none-any.whl
|