mike23415 commited on
Commit
2c22460
·
verified ·
1 Parent(s): e4d75fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
  flask==2.3.3
2
  flask-cors==4.0.0
3
- werkzeug==2.3.7
4
- transformers==4.34.0
5
- torch==2.0.1
6
- pillow==10.0.1
 
 
7
  opencv-python-headless==4.8.1.78
8
- numpy==1.25.2
9
- sentencepiece==0.1.99
 
1
  flask==2.3.3
2
  flask-cors==4.0.0
3
+ transformers==4.35.2
4
+ torch==2.1.0
5
+ torchvision==0.16.0
6
+ Pillow==10.0.1
7
+ easyocr==1.7.0
8
+ numpy==1.24.3
9
  opencv-python-headless==4.8.1.78
10
+ requests==2.31.0
11
+ gunicorn==21.2.0