maylinejix commited on
Commit
0b42e3e
·
verified ·
1 Parent(s): 1c6b2d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- gradio
2
- easyocr
3
- pytesseract
4
- opencv-python-headless
5
- pillow
6
- numpy
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ gradio>=4.0.0
4
+ pillow>=10.0.0
5
+ numpy>=1.24.0
6
+ opencv-python-headless>=4.8.0
7
+ captcha>=0.5.0
8
+ tqdm>=4.65.0