Spaces:
Running
Running
resolve spacy library issue
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -27,3 +27,6 @@ beautifulsoup4
|
|
27 |
|
28 |
# System dependency wrapper (note: poppler-utils is a system package, not pip)
|
29 |
# poppler-utils ← install via apt/conda, not pip
|
|
|
|
|
|
|
|
27 |
|
28 |
# System dependency wrapper (note: poppler-utils is a system package, not pip)
|
29 |
# poppler-utils ← install via apt/conda, not pip
|
30 |
+
|
31 |
+
# Install spaCy small English model
|
32 |
+
en_core_web_sm @ https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|