RuoyuFeng commited on
Commit
6abb9e2
1 Parent(s): 469f43d
Files changed (1) hide show
  1. app.py +1 -1
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]