mr-checker commited on
Commit
ac3cd6f
·
verified ·
1 Parent(s): b232880

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="YOUR_USERNAME/static-price-optimizer-model",
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