vinodcwanted commited on
Commit
dbd33ba
·
verified ·
1 Parent(s): 82e086a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import joblib
6
  # Download the model from the Model Hub
7
  model_path = hf_hub_download(
8
  repo_id="vinodcwanted/Tourism-Package-Prediction",
9
- filename="best_tourism_model.joblib"
10
  )
11
 
12
  # Load the model
 
6
  # Download the model from the Model Hub
7
  model_path = hf_hub_download(
8
  repo_id="vinodcwanted/Tourism-Package-Prediction",
9
+ filename="best_tourism_model_v1.joblib"
10
  )
11
 
12
  # Load the model