Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
numpy==1.23.5
|
2 |
scikit-learn==1.2.2
|
3 |
xgboost==1.7.5
|
|
|
4 |
pandas
|
5 |
-
gradio
|
6 |
joblib
|
|
|
7 |
huggingface_hub
|
|
|
|
|
1 |
scikit-learn==1.2.2
|
2 |
xgboost==1.7.5
|
3 |
+
numpy==1.23.5
|
4 |
pandas
|
|
|
5 |
joblib
|
6 |
+
gradio
|
7 |
huggingface_hub
|