Spaces:
Runtime error
Runtime error
updated requirements to match hf py version (3.10)
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
tensorflow==2.10.1
|
| 2 |
gradio==5.37.0
|
| 3 |
-
numpy
|
| 4 |
-
|
| 5 |
-
|
| 6 |
huggingface_hub
|
|
|
|
| 1 |
tensorflow==2.10.1
|
| 2 |
gradio==5.37.0
|
| 3 |
+
numpy==1.23.5
|
| 4 |
+
scipy==1.10.1
|
| 5 |
+
opencv-python-headless==4.7.0.72
|
| 6 |
huggingface_hub
|