Update requirements.txt
Browse filesfixing requirements.txt file
- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
keras
|
2 |
-
keras-hub
|
3 |
-
|
4 |
jax[cpu]
|
5 |
-
gradio
|
|
|
1 |
+
keras~=3.4
|
2 |
+
keras-hub~=0.21
|
3 |
+
huggingface-hub~=0.23
|
4 |
jax[cpu]
|
5 |
+
gradio~=4.39
|