Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio=
|
| 2 |
tensorflow==2.15.0
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
pillow==10.1.0
|
| 5 |
numpy==1.24.3
|
| 6 |
requests
|
| 7 |
-
huggingface-hub>=0.
|
|
|
|
| 1 |
+
gradio>=4.57
|
| 2 |
tensorflow==2.15.0
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
pillow==10.1.0
|
| 5 |
numpy==1.24.3
|
| 6 |
requests
|
| 7 |
+
huggingface-hub>=1.0.0
|