Disha252001 commited on
Commit
50a7cca
·
1 Parent(s): b643cf9

Initial Docker Space deployment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import joblib
10
  # --------------------------
11
  # Load trained model from Hugging Face
12
  # --------------------------
13
- model_repo_id = "Disha252001/tourism-best-model"
14
  model_file = "best_model.pkl"
15
 
16
  local_model_path = hf_hub_download(repo_id=model_repo_id, filename=model_file)
 
10
  # --------------------------
11
  # Load trained model from Hugging Face
12
  # --------------------------
13
+ model_repo_id = "Disha252001/Tourism"
14
  model_file = "best_model.pkl"
15
 
16
  local_model_path = hf_hub_download(repo_id=model_repo_id, filename=model_file)