Deadmon commited on
Commit
e8b914d
·
verified ·
1 Parent(s): a6f8a55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ iface = gr.Interface(
21
  inputs=gr.Image(label="Upload Image"),
22
  outputs=gr.Image(label="Output Image"),
23
  theme="Nymbo/Nymbo_Theme",
24
- title="Transparent Background (Accurate)",
25
- description="Upload an image and get the background removed."
26
  )
27
 
28
  if __name__ == "__main__":
 
21
  inputs=gr.Image(label="Upload Image"),
22
  outputs=gr.Image(label="Output Image"),
23
  theme="Nymbo/Nymbo_Theme",
24
+ title="",
25
+ description=""
26
  )
27
 
28
  if __name__ == "__main__":