Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
|
|
1 |
transformers
|
2 |
gradio
|
3 |
spacy
|
4 |
pandas
|
5 |
python-docx
|
6 |
PyPDF2
|
7 |
-
torch
|
8 |
-
en_core_web_sm
|
|
|
1 |
+
spacy
|
2 |
+
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
|
3 |
transformers
|
4 |
gradio
|
5 |
spacy
|
6 |
pandas
|
7 |
python-docx
|
8 |
PyPDF2
|
9 |
+
torch
|
|