Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
tensorflow
|
|
|
2 |
gradio
|
3 |
h5py
|
4 |
numpy
|
5 |
-
subprocess
|
6 |
Pillow
|
|
|
1 |
+
tensorflow==2.17.0
|
2 |
+
subprocess
|
3 |
gradio
|
4 |
h5py
|
5 |
numpy
|
|
|
6 |
Pillow
|