Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ torch==2.4.1
|
|
4 |
easyocr==1.5.0
|
5 |
Pillow==9.0.1
|
6 |
regex==2022.10.31
|
7 |
-
pyspellchecker>=0.7.2
|
8 |
-
numpy>=1.21.0
|
9 |
torchvision>=0.12.0
|
10 |
-
opencv-python==4.6.0.66
|
|
|
|
|
|
4 |
easyocr==1.5.0
|
5 |
Pillow==9.0.1
|
6 |
regex==2022.10.31
|
7 |
+
pyspellchecker>=0.7.2
|
|
|
8 |
torchvision>=0.12.0
|
9 |
+
opencv-python==4.6.0.66
|
10 |
+
numpy<2
|
11 |
+
opencv-python-headless
|