Update app.py
Browse files
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 |
)
|