baxin commited on
Commit
98857bd
1 Parent(s): bf3c7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ demo = gr.Interface(
10
  remove_bg,
11
  gr.Image(type="pil"),
12
  "image",
 
13
  )
14
 
15
  if __name__ == "__main__":
 
10
  remove_bg,
11
  gr.Image(type="pil"),
12
  "image",
13
+ title="Remove Image BG",
14
  )
15
 
16
  if __name__ == "__main__":