Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ transformers>=4.31.0
|
|
4 |
torch==2.0.1
|
5 |
openpyxl==3.1.2
|
6 |
python-docx==0.8.11
|
7 |
-
sentencepiece==0.1.99
|
|
|
|
4 |
torch==2.0.1
|
5 |
openpyxl==3.1.2
|
6 |
python-docx==0.8.11
|
7 |
+
sentencepiece==0.1.99
|
8 |
+
PyPDF2==3.0.1
|