Spaces:
Running
Running
Commit
·
cb05b7b
1
Parent(s):
6b16483
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
spacy>=3.1.0,<3.2.0
|
2 |
spacy-streamlit==1.0.1
|
3 |
-
transformers
|
4 |
|
5 |
https://huggingface.co/spacy/ca_core_news_lg/resolve/main/ca_core_news_lg-any-py3-none-any.whl
|
6 |
https://huggingface.co/spacy/ca_core_news_md/resolve/main/ca_core_news_md-any-py3-none-any.whl
|
@@ -79,4 +78,6 @@ https://huggingface.co/spacy/ru_core_news_sm/resolve/main/ru_core_news_sm-any-py
|
|
79 |
https://huggingface.co/spacy/zh_core_web_lg/resolve/main/zh_core_web_lg-any-py3-none-any.whl
|
80 |
https://huggingface.co/spacy/zh_core_web_md/resolve/main/zh_core_web_md-any-py3-none-any.whl
|
81 |
https://huggingface.co/spacy/zh_core_web_sm/resolve/main/zh_core_web_sm-any-py3-none-any.whl
|
82 |
-
https://huggingface.co/spacy/zh_core_web_trf/resolve/main/zh_core_web_trf-any-py3-none-any.whl
|
|
|
|
|
|
1 |
spacy>=3.1.0,<3.2.0
|
2 |
spacy-streamlit==1.0.1
|
|
|
3 |
|
4 |
https://huggingface.co/spacy/ca_core_news_lg/resolve/main/ca_core_news_lg-any-py3-none-any.whl
|
5 |
https://huggingface.co/spacy/ca_core_news_md/resolve/main/ca_core_news_md-any-py3-none-any.whl
|
|
|
78 |
https://huggingface.co/spacy/zh_core_web_lg/resolve/main/zh_core_web_lg-any-py3-none-any.whl
|
79 |
https://huggingface.co/spacy/zh_core_web_md/resolve/main/zh_core_web_md-any-py3-none-any.whl
|
80 |
https://huggingface.co/spacy/zh_core_web_sm/resolve/main/zh_core_web_sm-any-py3-none-any.whl
|
81 |
+
https://huggingface.co/spacy/zh_core_web_trf/resolve/main/zh_core_web_trf-any-py3-none-any.whl
|
82 |
+
|
83 |
+
transformers
|