Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
-
|
4 |
PyPDF2
|
5 |
python-docx
|
6 |
-
|
|
|
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
+
sentencepiece
|
4 |
PyPDF2
|
5 |
python-docx
|
6 |
+
torch
|
7 |
+
langchain_huggingface
|
8 |
+
huggingface_hub
|