We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d86bec commit 9ec4301Copy full SHA for 9ec4301
1 file changed
birdnet_analyzer/utils.py
@@ -440,7 +440,7 @@ def ensure_model_exists(check_perch: bool = False):
440
441
os.makedirs(checkpoint_dir, exist_ok=True)
442
443
- url = "https://tuc.cloud/index.php/s/3BsizWy5M7CtQ5w/download/V2.4.zip"
+ url = "https://tuc.cloud/index.php/s/886x39f5N3sdsAM/download/V2.4.zip"
444
download_path = os.path.join(checkpoint_dir, "V2.4.zip")
445
446
response = requests.get(url, stream=True, timeout=30)
0 commit comments