Spaces:
Build error
Build error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
tensorflow==2.13.0
|
| 2 |
-
gradio=
|
| 3 |
-
opencv-python-headless==4.8.1
|
| 4 |
numpy==1.24.3
|
| 5 |
-
|
|
|
|
| 1 |
+
tensorflow-cpu==2.13.0
|
| 2 |
+
gradio>=4.13.0
|
| 3 |
+
opencv-python-headless==4.8.1.78
|
| 4 |
numpy==1.24.3
|
| 5 |
+
Pillow==10.1.0
|