Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio==3.
|
| 2 |
-
transformers==4.
|
| 3 |
-
PyPDF2==
|
| 4 |
python-pptx==0.6.21
|
| 5 |
-
docx==0.
|
| 6 |
-
torch==2.1
|
| 7 |
-
requests==2.
|
|
|
|
| 1 |
+
gradio==3.23.0
|
| 2 |
+
transformers==4.33.2
|
| 3 |
+
PyPDF2==2.0.0
|
| 4 |
python-pptx==0.6.21
|
| 5 |
+
python-docx==0.8.11
|
| 6 |
+
torch==2.0.1
|
| 7 |
+
requests==2.28.1
|