tomaseo2022 commited on
Commit
7e83db8
1 Parent(s): 6dfff8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def inference(img):
9
  output = remove(input_img[:, :, [2,1,0]])
10
  return output
11
 
12
- title = ""
13
 
14
  description = ""
15
 
 
9
  output = remove(input_img[:, :, [2,1,0]])
10
  return output
11
 
12
+ title = "Eliminar Background"
13
 
14
  description = ""
15