Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import os
|
|
| 8 |
model_path = hf_hub_download(
|
| 9 |
repo_id="ShanRaja/Customer-Purchase-Prediction",
|
| 10 |
repo_type="model",
|
| 11 |
-
filename="
|
| 12 |
)
|
| 13 |
model = joblib.load(model_path)
|
| 14 |
|
|
|
|
| 8 |
model_path = hf_hub_download(
|
| 9 |
repo_id="ShanRaja/Customer-Purchase-Prediction",
|
| 10 |
repo_type="model",
|
| 11 |
+
filename="best_customer_purchase_prediction_model_v2_23.joblib"
|
| 12 |
)
|
| 13 |
model = joblib.load(model_path)
|
| 14 |
|