Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
gradio>=3.0
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
5 |
-
xgboost
|
6 |
-
tensorflow
|
7 |
-
joblib
|
|
|
|
1 |
+
gradio>=3.0
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
scikit-learn
|
5 |
+
xgboost
|
6 |
+
tensorflow
|
7 |
+
joblib
|
8 |
+
matplotlib
|