rfferr
Browse files- requirements.txt +0 -1
- setup.sh +1 -1
requirements.txt
CHANGED
@@ -4,4 +4,3 @@ transformers
|
|
4 |
torch
|
5 |
streamlit
|
6 |
sentencepiece
|
7 |
-
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
|
|
4 |
torch
|
5 |
streamlit
|
6 |
sentencepiece
|
|
setup.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
pip install -U spacy
|
3 |
-
|
|
|
1 |
#!/bin/bash
|
2 |
pip install -U spacy
|
3 |
+
pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|