Spaces:
Sleeping
Sleeping
Aurélie GABU
commited on
Commit
·
b6fad86
1
Parent(s):
c2d3da8
docs: predict file updated
Browse files- App/predict.py +1 -1
App/predict.py
CHANGED
|
@@ -5,7 +5,7 @@ import json
|
|
| 5 |
from pathlib import Path
|
| 6 |
from huggingface_hub import hf_hub_download
|
| 7 |
|
| 8 |
-
MODEL_REPO = "Diaure/
|
| 9 |
|
| 10 |
# Chemin des fichiers
|
| 11 |
chemin_model = Path(hf_hub_download(repo_id=MODEL_REPO, filename="modele_final_xgb.joblib"))
|
|
|
|
| 5 |
from pathlib import Path
|
| 6 |
from huggingface_hub import hf_hub_download
|
| 7 |
|
| 8 |
+
MODEL_REPO = "Diaure/xgb_model"
|
| 9 |
|
| 10 |
# Chemin des fichiers
|
| 11 |
chemin_model = Path(hf_hub_download(repo_id=MODEL_REPO, filename="modele_final_xgb.joblib"))
|