Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ numpy==2.0.2
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
joblib==1.4.2
|
| 6 |
xgboost==2.1.4
|
|
|
|
| 7 |
# Add any other libraries you used in your notebook if not already listed
|
|
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
joblib==1.4.2
|
| 6 |
xgboost==2.1.4
|
| 7 |
+
flask # Add flask as a dependency
|
| 8 |
# Add any other libraries you used in your notebook if not already listed
|