Update requirements.txt (#4)
Browse files- Update requirements.txt (c0b76688b61dc4ed0e097f9d1cbb5042d198d8d8)
Co-authored-by: MUHAMMAD IBRAHIM <ibrahim313@users.noreply.huggingface.co>
- 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
|