Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==3.29.0
|
2 |
-
numpy
|
3 |
pillow==9.1.0
|
4 |
tensorflow==2.14.0
|
5 |
scikit-learn==1.5.2
|
|
|
1 |
gradio==3.29.0
|
2 |
+
numpy>=1.23.5
|
3 |
pillow==9.1.0
|
4 |
tensorflow==2.14.0
|
5 |
scikit-learn==1.5.2
|