Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|