Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
gradio==3.29.0
|
2 |
matplotlib==3.7.1
|
3 |
huggingface-hub==0.22.2
|
4 |
-
numpy==1.25.2
|
5 |
-
keras==2.15.0
|
6 |
Pillow==9.5.0
|
7 |
-
tensorflow==2.10.0 # Install a version of Tensorflow that supports the 'groups' parameter
|
|
|
|
|
|
|
|
|
|
1 |
gradio==3.29.0
|
2 |
matplotlib==3.7.1
|
3 |
huggingface-hub==0.22.2
|
|
|
|
|
4 |
Pillow==9.5.0
|
5 |
+
tensorflow==2.10.0 # Install a version of Tensorflow that supports the 'groups' parameter
|
6 |
+
huggingface_hub==0.15.1
|
7 |
+
tensorflow==2.10.0
|
8 |
+
keras==2.10.0 # Compatible with TensorFlow 2.10.0
|
9 |
+
numpy==1.24.3
|