Update README.md
Browse files
README.md
CHANGED
|
@@ -78,13 +78,13 @@ from huggingface_hub import hf_hub_download
|
|
| 78 |
|
| 79 |
# Download model weights
|
| 80 |
model_path = hf_hub_download(
|
| 81 |
-
repo_id="
|
| 82 |
filename="model.pth"
|
| 83 |
)
|
| 84 |
|
| 85 |
# Download label definitions
|
| 86 |
labels_path = hf_hub_download(
|
| 87 |
-
repo_id="
|
| 88 |
filename="labels.txt"
|
| 89 |
)
|
| 90 |
```
|
|
|
|
| 78 |
|
| 79 |
# Download model weights
|
| 80 |
model_path = hf_hub_download(
|
| 81 |
+
repo_id="JoshuaWilson/drone-bird-detector",
|
| 82 |
filename="model.pth"
|
| 83 |
)
|
| 84 |
|
| 85 |
# Download label definitions
|
| 86 |
labels_path = hf_hub_download(
|
| 87 |
+
repo_id="JoshuaWilson/drone-bird-detector",
|
| 88 |
filename="labels.txt"
|
| 89 |
)
|
| 90 |
```
|