imperiusrex commited on
Commit
fd50be0
·
verified ·
1 Parent(s): 53dd502

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
  gradio==4.25.0
2
  transformers>=4.40.0
3
  torch>=2.1.0
4
- paddleocr==2.7.1.3
5
- paddlepaddle-gpu>=2.6.0
6
- opencv-python-headless
7
- numpy
8
- Pillow
9
- huggingface_hub
 
 
 
1
  gradio==4.25.0
2
  transformers>=4.40.0
3
  torch>=2.1.0
4
+ paddleocr==2.7.0.3 # This line has been corrected
5
+ opencv-python-headless==4.6.0.66
6
+ opencv-contrib-python==4.6.0.66
7
+ Pillow>=9.5.0
8
+ numpy>=1.23.0
9
+ scipy>=1.10.0
10
+ matplotlib>=3.7.1
11
+ paddlepaddle==2.5.2