Spaces:
Running
Running
specific requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
tensorflow
|
2 |
-
|
3 |
-
numpy
|
4 |
Pillow
|
|
|
5 |
huggingface_hub
|
|
|
1 |
+
tensorflow==2.10.0
|
2 |
+
keras==2.10.0
|
3 |
+
numpy==1.24.4
|
4 |
Pillow
|
5 |
+
gradio
|
6 |
huggingface_hub
|