Mustafaansari commited on
Commit
845a3b8
·
verified ·
1 Parent(s): 2bc01f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  fn=remove_background,
17
  inputs="image",
18
  outputs="image",
19
- title="Background Removal",
20
  description="Remove background from an image."
21
  )
22
 
 
16
  fn=remove_background,
17
  inputs="image",
18
  outputs="image",
19
+ title="Background Removal of images",
20
  description="Remove background from an image."
21
  )
22