badenlt commited on
Commit
f1d9e79
·
verified ·
1 Parent(s): 1e99868

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  gradio>=4.0.0
2
- tensorflow-cpu==2.15.0
 
 
 
 
3
  numpy
4
- Pillow
 
1
  gradio>=4.0.0
2
+
3
+ # Match the modern Keras stack used to save your .keras model
4
+ tensorflow-cpu>=2.16.0,<2.19
5
+ keras>=3.0.0,<4
6
+
7
  numpy
8
+ Pillow