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