vmoras commited on
Commit
0a08b35
1 Parent(s): 052cf0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from itertools import chain
8
  from segment_anything import SamPredictor, sam_model_registry
9
 
10
 
11
- sam_checkpoint = "./checkpoints/sam_vit_h_4b8939.pth"
12
  model_type = "vit_h"
13
 
14
 
 
8
  from segment_anything import SamPredictor, sam_model_registry
9
 
10
 
11
+ sam_checkpoint = "sam_vit_h_4b8939.pth"
12
  model_type = "vit_h"
13
 
14