Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
|
|
2 |
transformers
|
3 |
-
|
4 |
-
|
|
|
5 |
pdfplumber
|
6 |
python-docx
|
7 |
python-pptx
|
8 |
-
|
9 |
-
|
10 |
-
flask
|
11 |
-
gunicorn
|
|
|
1 |
+
Flask
|
2 |
+
gunicorn
|
3 |
transformers
|
4 |
+
torch
|
5 |
+
sentencepiece
|
6 |
+
pytesseract
|
7 |
pdfplumber
|
8 |
python-docx
|
9 |
python-pptx
|
10 |
+
Pillow
|
11 |
+
opencv-python-headless
|
|
|
|