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