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