Spaces:
Runtime error
Runtime error
check
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def get_sam_feat(img):
|
|
24 |
model['sam'].set_image(img)
|
25 |
return
|
26 |
|
27 |
-
|
28 |
def get_masked_img(img, w, h):
|
29 |
point_coords = [w, h]
|
30 |
point_labels = [1]
|
|
|
24 |
model['sam'].set_image(img)
|
25 |
return
|
26 |
|
27 |
+
|
28 |
def get_masked_img(img, w, h):
|
29 |
point_coords = [w, h]
|
30 |
point_labels = [1]
|