alexnasa commited on
Commit
e6ca02c
·
verified ·
1 Parent(s): 51947ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="sam2_hiera_large.pt",
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