Update app.py
Browse files
app.py
CHANGED
@@ -76,9 +76,9 @@ snapshot_download(
|
|
76 |
)
|
77 |
|
78 |
hf_hub_download(
|
79 |
-
repo_id="facebook/sam2-hiera-large",
|
80 |
local_dir="./checkpoints/",
|
81 |
-
filename="
|
82 |
)
|
83 |
|
84 |
|
|
|
76 |
)
|
77 |
|
78 |
hf_hub_download(
|
79 |
+
repo_id="facebook/sam2.1-hiera-large",
|
80 |
local_dir="./checkpoints/",
|
81 |
+
filename="sam2.1_hiera_large.pt",
|
82 |
)
|
83 |
|
84 |
|