Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
transformers
|
3 |
-
sentence-transformers
|
4 |
-
nltk
|
5 |
-
PyPDF2
|
6 |
-
python-docx
|
7 |
-
pandas
|
8 |
-
torch
|
9 |
-
huggingface-hub>=0.16.4,<1.0
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
sentence-transformers
|
4 |
+
nltk
|
5 |
+
PyPDF2
|
6 |
+
python-docx
|
7 |
+
pandas
|
8 |
+
torch
|
|