Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio==
|
2 |
-
numpy
|
3 |
-
matplotlib
|
4 |
-
tensorflow==2.
|
5 |
-
pandas
|
6 |
-
scikit-learn
|
7 |
-
seaborn
|
8 |
-
imageio
|
|
|
|
1 |
+
gradio==3.35.2
|
2 |
+
numpy==1.21.6
|
3 |
+
matplotlib==3.5.3
|
4 |
+
tensorflow==2.11.0
|
5 |
+
pandas==1.3.5
|
6 |
+
scikit-learn==1.0.2
|
7 |
+
seaborn==0.12.0
|
8 |
+
imageio==2.22.0
|
9 |
+
typing-extensions==4.4.0
|