Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio
|
2 |
-
ipython
|
3 |
matplotlib
|
4 |
numpy
|
5 |
Pillow
|
6 |
scikit_learn
|
7 |
seaborn
|
8 |
-
tensorflow
|
|
|
1 |
gradio
|
2 |
+
ipython==3.11.6
|
3 |
matplotlib
|
4 |
numpy
|
5 |
Pillow
|
6 |
scikit_learn
|
7 |
seaborn
|
8 |
+
tensorflow==2.15.0
|