osbm commited on
Commit
0e0ec12
·
verified ·
1 Parent(s): 0260030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ def greet(image):
43
 
44
  print(image.shape)
45
  print(mask_pred.shape)
 
46
  return mask_pred[0, 0, :, :].numpy()
47
 
48
 
 
43
 
44
  print(image.shape)
45
  print(mask_pred.shape)
46
+ print(mask_pred[0, 0, :, :].shape)
47
  return mask_pred[0, 0, :, :].numpy()
48
 
49