Spaces:
Runtime error
Runtime error
nurindahpratiwi
commited on
Commit
·
17f565c
1
Parent(s):
926ab8b
update
Browse files
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 = "
|
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")
|