fix: incorrect local file path

This commit is contained in:
blessedcoolant 2024-01-24 03:37:16 +05:30
parent 0868fc2558
commit 35184dbd86

View File

@ -24,11 +24,11 @@ DEPTH_ANYTHING_MODELS = {
}, },
"base": { "base": {
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true", "url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vitb14.pth?download=true",
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vitb14.pth", "local": "any/annotators/depth_anything/depth_anything_vitb14.pth",
}, },
"small": { "small": {
"url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true", "url": "https://huggingface.co/spaces/LiheYoung/Depth-Anything/resolve/main/checkpoints/depth_anything_vits14.pth?download=true",
"local": "any/annotators/depth_anything/depth_anything/depth_anything_vits14.pth", "local": "any/annotators/depth_anything/depth_anything_vits14.pth",
}, },
} }