Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
easyocr
|
3 |
-
opencv-python-headless
|
4 |
-
numpy
|
5 |
-
pillow
|
6 |
-
pytz
|
7 |
-
mmocr==0.5.0
|
|
|
1 |
+
gradio==5.34.0
|
2 |
+
easyocr==1.7.2
|
3 |
+
opencv-python-headless==4.11.0.86
|
4 |
+
numpy==2.2.6
|
5 |
+
pillow==11.2.1
|
6 |
+
pytz==2025.2
|
|