Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|