IbrahimaThioye commited on
Commit
51a0d38
·
verified ·
1 Parent(s): 0ffee70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ except Exception as e:
59
 
60
  try:
61
  sam2_checkpoint = app.config['SAM_2']
62
- model_cfg = "configs/sam2.1/sam2.1_hiera_l.yaml"
63
 
64
  sam2_model = build_sam2(model_cfg, sam2_checkpoint, device="cpu")
65
  predictor = SAM2ImagePredictor(sam2_model)
 
59
 
60
  try:
61
  sam2_checkpoint = app.config['SAM_2']
62
+ model_cfg = "configs/sam2.1/sam2.1_hiera_t.yaml"
63
 
64
  sam2_model = build_sam2(model_cfg, sam2_checkpoint, device="cpu")
65
  predictor = SAM2ImagePredictor(sam2_model)