mike23415 commited on
Commit
3384270
·
verified ·
1 Parent(s): 9cf407f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -14
requirements.txt CHANGED
@@ -1,14 +1,8 @@
1
- flask
2
-
3
- gunicorn
4
- torch
5
- transformers
6
- sentencepiece
7
- pymupdf
8
- PyPDF2
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