Update README.md
Browse files
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 = "
|
| 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 |
|