Skip to content

Commit 9ec4301

Browse files
authored
Updated birdnet model download link (#801)
1 parent 6d86bec commit 9ec4301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

birdnet_analyzer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def ensure_model_exists(check_perch: bool = False):
440440

441441
os.makedirs(checkpoint_dir, exist_ok=True)
442442

443-
url = "https://tuc.cloud/index.php/s/3BsizWy5M7CtQ5w/download/V2.4.zip"
443+
url = "https://tuc.cloud/index.php/s/886x39f5N3sdsAM/download/V2.4.zip"
444444
download_path = os.path.join(checkpoint_dir, "V2.4.zip")
445445

446446
response = requests.get(url, stream=True, timeout=30)

0 commit comments

Comments
 (0)