cheesecz commited on
Commit
b198dc1
·
verified ·
1 Parent(s): 2d06ce3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- gradio
2
- paddleocr
3
- paddlepaddle==2.5.2 # Tested stable CPU version
4
- opencv-python
5
  numpy
 
 
 
 
1
+ gradio>=4.0.0
2
+ easyocr>=1.7.0
3
+ opencv-python>=4.8.0
4
+ Pillow>=10.0.0
5
  numpy
6
+ requests
7
+ torch
8
+ torchvision