Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
4257f96
1
Parent(s):
cb05b7b
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 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,6 +79,4 @@ https://huggingface.co/spacy/ru_core_news_sm/resolve/main/ru_core_news_sm-any-py
|
|
| 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
|
|
|
|
| 1 |
spacy>=3.1.0,<3.2.0
|
| 2 |
spacy-streamlit==1.0.1
|
| 3 |
+
datasets==1.11.0
|
| 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 |
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
|
|
|
|
|
|