Anil28053 commited on
Commit
f599f86
·
verified ·
1 Parent(s): 0709713

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
  import joblib
5
 
6
  # Download the model from the Model Hub
7
- model_path = hf_hub_download(repo_id="Anil28053/Tourism-Prediction/tourism-model", filename="best_tourism_model_v1.joblib")
8
 
9
  # Load the model
10
  model = joblib.load(model_path)
 
4
  import joblib
5
 
6
  # Download the model from the Model Hub
7
+ model_path = hf_hub_download(repo_id="Anil28053/tourism-model", filename="best_tourism_model_v1.joblib")
8
 
9
  # Load the model
10
  model = joblib.load(model_path)