deepakpathania commited on
Commit
a901e39
·
verified ·
1 Parent(s): 628f182

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ MARITALSTATUS_MAP = {'Divorced': 0, 'Married': 1, 'Single': 2}
13
  DESIGNATION_MAP = {'AVP': 0, 'Executive': 1, 'Manager': 2, 'Senior Manager': 3, 'VP': 4}
14
 
15
  # Download and load the model
16
- MODEL_REPO_ID = "deepakpathania/tourism_xgboost_model"
17
  MODEL_FILENAME = "xgboost_model/best_tourism_model_v1.joblib"
18
 
19
  try:
 
13
  DESIGNATION_MAP = {'AVP': 0, 'Executive': 1, 'Manager': 2, 'Senior Manager': 3, 'VP': 4}
14
 
15
  # Download and load the model
16
+ MODEL_REPO_ID = "deepakpathania/tourism-xgboost-model"
17
  MODEL_FILENAME = "xgboost_model/best_tourism_model_v1.joblib"
18
 
19
  try: