Update app.py
Browse files
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="
|
| 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
|