Nymbo commited on
Commit
17f7729
1 Parent(s): 398ceee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
20
  fn=remove_background,
21
  inputs=gr.Image(label="Upload Image"),
22
  outputs=gr.Image(label="Output Image"),
23
- title="Background Remover",
24
  description="Upload an image and get the background removed."
25
  )
26
 
 
20
  fn=remove_background,
21
  inputs=gr.Image(label="Upload Image"),
22
  outputs=gr.Image(label="Output Image"),
23
+ title="Transparent Background (Accurate)",
24
  description="Upload an image and get the background removed."
25
  )
26