Gaurav commited on
Commit
7d844e3
1 Parent(s): 7344dd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def visualize_instance_seg_mask(mask):
49
  print(window_vertices)
50
  print(indices)
51
 
52
- print(vertices)
53
  image = image / 255
54
  return image
55
 
 
49
  print(window_vertices)
50
  print(indices)
51
 
52
+ #print(vertices)
53
  image = image / 255
54
  return image
55