Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
numpy==1.23.5
|
2 |
-
|
3 |
-
|
4 |
-
paddleocr==2.6.1.3
|
5 |
-
gradio
|
|
|
1 |
+
paddleocr>=2.7
|
2 |
+
paddlepaddle>=2.5.2
|
3 |
+
gradio==4.27.0
|
4 |
+
opencv-python-headless==4.6.0.66
|
5 |
numpy==1.23.5
|
6 |
+
pillow>=9.5
|
7 |
+
psutil>=5.9
|
|
|
|