emilios commited on
Commit
a6c2406
·
verified ·
1 Parent(s): 4e68bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def inference(img):
20
  #im[mask_x, mask_y, :3] = 0
21
 
22
 
23
- return grayscale
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/