ShanRaja commited on
Commit
8480737
·
verified ·
1 Parent(s): 61f5508

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="best_customer_purchase_prediction_model_v1.joblib"
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