Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio
|
| 2 |
-
tensorflow==2.12.0
|
| 3 |
-
numpy
|
| 4 |
pillow
|
| 5 |
huggingface_hub
|
| 6 |
scipy
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
|
|
|
|
|
|
| 2 |
pillow
|
| 3 |
huggingface_hub
|
| 4 |
scipy
|
| 5 |
+
tensorflow>=2.16.0
|
| 6 |
+
keras>=3.0.0
|
| 7 |
+
numpy
|