Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
gradio>=
|
3 |
tensorflow-cpu==2.15.0
|
|
|
4 |
numpy
|
5 |
pillow
|
6 |
huggingface_hub
|
|
|
1 |
+
## requirements.txt
|
2 |
+
gradio>=5.40.0
|
3 |
tensorflow-cpu==2.15.0
|
4 |
+
keras>=3.4.1,<4
|
5 |
numpy
|
6 |
pillow
|
7 |
huggingface_hub
|