Spaces:
Build error
Build error
Anupam251272
commited on
Commit
•
986b726
1
Parent(s):
0d71edd
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
-
spacy
|
|
|
4 |
nltk
|
5 |
PyPDF2
|
6 |
numpy
|
7 |
pandas
|
8 |
sentence-transformers
|
9 |
-
scikit-learn
|
10 |
-
spacy>=3.0.0
|
11 |
-
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
+
spacy>=3.0.0
|
4 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
|
5 |
nltk
|
6 |
PyPDF2
|
7 |
numpy
|
8 |
pandas
|
9 |
sentence-transformers
|
10 |
+
scikit-learn
|
|
|
|