Spaces:
Runtime error
Runtime error
Use opencv-python-headless 4.8.1.78 compatible with numpy 1.24 and Gradio 4.0
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ torch>=2.0.0
|
|
| 2 |
torchvision>=0.15.0
|
| 3 |
transformers>=4.30.0
|
| 4 |
gradio==4.0.0
|
| 5 |
-
opencv-python
|
| 6 |
-
numpy
|
| 7 |
Pillow>=10.0.0,<11.0.0
|
| 8 |
grad-cam>=1.4.8
|
|
|
|
| 2 |
torchvision>=0.15.0
|
| 3 |
transformers>=4.30.0
|
| 4 |
gradio==4.0.0
|
| 5 |
+
opencv-python-headless==4.8.1.78
|
| 6 |
+
numpy~=1.24.0
|
| 7 |
Pillow>=10.0.0,<11.0.0
|
| 8 |
grad-cam>=1.4.8
|