Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ import joblib
|
|
| 32 |
from huggingface_hub import hf_hub_download
|
| 33 |
|
| 34 |
model_path = hf_hub_download(
|
| 35 |
-
repo_id="
|
| 36 |
filename="model.joblib"
|
| 37 |
)
|
| 38 |
|
|
|
|
| 32 |
from huggingface_hub import hf_hub_download
|
| 33 |
|
| 34 |
model_path = hf_hub_download(
|
| 35 |
+
repo_id="mr-checker/static-price-optimizer-model",
|
| 36 |
filename="model.joblib"
|
| 37 |
)
|
| 38 |
|