AbdurRahman011 commited on
Commit
248a76f
·
verified ·
1 Parent(s): 5ae9510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ from huggingface_hub import hf_hub_download
42
  from model import CSRNet
43
 
44
  weights_path = hf_hub_download(
45
- repo_id = "YOUR_HF_USERNAME/csrnet-indian-metro-crowd-density",
46
  filename = "csrnet_v3_best.pth"
47
  )
48
 
 
42
  from model import CSRNet
43
 
44
  weights_path = hf_hub_download(
45
+ repo_id = "AbdurRahman011/csrnet-indian-metro-crowd-density",
46
  filename = "csrnet_v3_best.pth"
47
  )
48