Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -14
requirements.txt
CHANGED
@@ -1,14 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
python-pptx
|
10 |
-
python-docx
|
11 |
-
pytesseract
|
12 |
-
pillow
|
13 |
-
werkzeug
|
14 |
-
|
|
|
1 |
+
Flask==2.3.3
|
2 |
+
gunicorn==20.1.0
|
3 |
+
PyPDF2==3.0.1
|
4 |
+
python-docx==0.8.11
|
5 |
+
python-pptx==0.6.21
|
6 |
+
transformers==4.28.0
|
7 |
+
torch==2.0.0
|
8 |
+
werkzeug==2.3.7
|
|
|
|
|
|
|
|
|
|
|
|