Spaces:
Sleeping
Sleeping
PanigrahiNirma
commited on
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
pdfminer.six
|
4 |
-
scikit-learn
|
5 |
numpy
|
6 |
nltk
|
7 |
-
|
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
pdfminer.six
|
4 |
+
scikit-learn # still needed for some internal functions
|
5 |
numpy
|
6 |
nltk
|
7 |
+
rank_bm25
|
8 |
+
torch # if you are using a gpu
|