Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
numpy
|
2 |
-
|
3 |
-
opencv-python
|
4 |
gradio==3.50.2
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
Pillow=10.1.0
|
3 |
+
opencv-python==4.9.0.80
|
4 |
gradio==3.50.2
|