Spaces:
Sleeping
Sleeping
Commit ·
50a7cca
1
Parent(s): b643cf9
Initial Docker Space deployment
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import joblib
|
|
| 10 |
# --------------------------
|
| 11 |
# Load trained model from Hugging Face
|
| 12 |
# --------------------------
|
| 13 |
-
model_repo_id = "Disha252001/
|
| 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)
|