mjpsm commited on
Commit
16c17f7
·
verified ·
1 Parent(s): 870aede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/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)
 
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)