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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +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="Transparent Background (Accurate)",
24
  description="Upload an image and get the background removed."
25
  )
 
20
  fn=remove_background,
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
  )