Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def inference(img):
|
|
20 |
#im[mask_x, mask_y, :3] = 0
|
21 |
|
22 |
|
23 |
-
return
|
24 |
|
25 |
# For information on Interfaces, head to https://gradio.app/docs/
|
26 |
# For user guides, head to https://gradio.app/guides/
|
|
|
20 |
#im[mask_x, mask_y, :3] = 0
|
21 |
|
22 |
|
23 |
+
return binarized
|
24 |
|
25 |
# For information on Interfaces, head to https://gradio.app/docs/
|
26 |
# For user guides, head to https://gradio.app/guides/
|