nurindahpratiwi commited on
Commit
17f565c
·
1 Parent(s): 926ab8b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from transformers import pipeline
11
  import datetime
12
  from huggingface_hub import hf_hub_download
13
 
14
- REPO_ID = "Abubakari/Sales_Prediction"
15
 
16
  num_imputer = joblib.load(
17
  hf_hub_download(repo_id=REPO_ID, filename="numerical_imputer.joblib")
 
11
  import datetime
12
  from huggingface_hub import hf_hub_download
13
 
14
+ REPO_ID = "albiecofie/predict-customer-churn"
15
 
16
  num_imputer = joblib.load(
17
  hf_hub_download(repo_id=REPO_ID, filename="numerical_imputer.joblib")