Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# requirements.txt for use by hf space
|
2 |
-
git+https://github.com/aseifert/errant.git@feature/fix-spacy-model-loading
|
3 |
happytransformer
|
4 |
beautifulsoup4
|
5 |
pandas
|
6 |
st-annotated-text
|
7 |
-
|
|
|
|
|
|
1 |
# requirements.txt for use by hf space
|
|
|
2 |
happytransformer
|
3 |
beautifulsoup4
|
4 |
pandas
|
5 |
st-annotated-text
|
6 |
+
errant
|
7 |
+
# git+https://github.com/aseifert/errant.git@feature/fix-spacy-model-loading
|
8 |
+
# https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.0/en_core_web_sm-2.3.0-py3-none-any.whl
|