Pushpak21 commited on
Commit
7dd0af6
·
verified ·
1 Parent(s): 7db940a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import streamlit as st
3
  import pandas as pd
4
  import joblib
5
-
6
 
7
  # Download and load the model
8
  model_path = hf_hub_download(repo_id="Pushpak21/tourism-package-model", filename="best_tourism_package_model.joblib")
 
2
  import streamlit as st
3
  import pandas as pd
4
  import joblib
5
+ from huggingface_hub import hf_hub_download
6
 
7
  # Download and load the model
8
  model_path = hf_hub_download(repo_id="Pushpak21/tourism-package-model", filename="best_tourism_package_model.joblib")