Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
easyocr
|
3 |
-
numpy
|
4 |
-
pillow
|
5 |
-
pytz
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
easyocr==1.7.1
|
3 |
+
numpy==1.24.4
|
4 |
+
pillow==9.5.0
|
5 |
+
pytz==2023.3
|