ibsocr1 commited on
Commit
1658641
·
verified ·
1 Parent(s): 51ca978

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -4
requirements.txt CHANGED
@@ -1,4 +1,11 @@
1
- fastapi
2
- uvicorn
3
- google-cloud-vision
4
- pydantic
 
 
 
 
 
 
 
 
1
+ gradio>=5.0,<6.0
2
+
3
+ opencv-python-headless==4.10.0.84
4
+
5
+ numpy<2
6
+
7
+ paddlepaddle==3.0.0
8
+ paddleocr==3.1.0
9
+
10
+ Pillow
11
+