Update app.py
Browse files
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 = "
|
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 |
|