bienom commited on
Commit
f36f22d
·
1 Parent(s): 0361c94
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ seg_tool = SegmentationTool()
6
 
7
 
8
  def segment(input_img):
9
- mask_image, transparent_mask_image, image, items, room = seg_tool.get_mask(input_img)
10
  return mask_image
11
 
12
 
 
6
 
7
 
8
  def segment(input_img):
9
+ mask_image, transparent_mask_image, image, items, room = seg_tool.get_mask(image=input_img)
10
  return mask_image
11
 
12