Update README.md
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ from huggingface_hub import hf_hub_download
|
|
| 84 |
# -----------------------------
|
| 85 |
# 1. Download model from Hugging Face Hub
|
| 86 |
# -----------------------------
|
| 87 |
-
REPO_ID = "mjpsm/
|
| 88 |
FILENAME = "Jali_xgb_model.pkl"
|
| 89 |
|
| 90 |
model_path = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
|
|
|
|
| 84 |
# -----------------------------
|
| 85 |
# 1. Download model from Hugging Face Hub
|
| 86 |
# -----------------------------
|
| 87 |
+
REPO_ID = "mjpsm/Jali-xgb-model" # replace with your repo if different
|
| 88 |
FILENAME = "Jali_xgb_model.pkl"
|
| 89 |
|
| 90 |
model_path = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
|