Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Pillow==9.5.0
|
| 2 |
-
numpy=
|
| 3 |
opencv-python==4.7.0.72
|
| 4 |
tensorflow==2.12.0
|
| 5 |
-
gradio==3.23.0
|
|
|
|
| 1 |
Pillow==9.5.0
|
| 2 |
+
numpy>=1.22,<1.24
|
| 3 |
opencv-python==4.7.0.72
|
| 4 |
tensorflow==2.12.0
|
| 5 |
+
gradio==3.23.0
|