JoshuaWilson commited on
Commit
9f95797
·
verified ·
1 Parent(s): 8b4bf5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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="username/drone-bird-detector",
82
  filename="model.pth"
83
  )
84
 
85
  # Download label definitions
86
  labels_path = hf_hub_download(
87
- repo_id="username/drone-bird-detector",
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
  ```