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