Spaces:
Sleeping
Sleeping
DrGabrielLopez
commited on
Commit
•
8eb6781
1
Parent(s):
1ee568b
Update requirements.txt
Browse filesupdated spacy dependency and language model
- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
gradio
|
2 |
plotly
|
3 |
scipy
|
4 |
-
spacy==3.
|
5 |
tf-keras
|
|
|
6 |
|
7 |
# spacy internal nlp model
|
8 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.
|
|
|
1 |
gradio
|
2 |
plotly
|
3 |
scipy
|
4 |
+
spacy==3.7.1
|
5 |
tf-keras
|
6 |
+
transformers
|
7 |
|
8 |
# spacy internal nlp model
|
9 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|