Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ demo = gr.Interface(
|
|
10 |
remove_bg,
|
11 |
gr.Image(type="pil"),
|
12 |
"image",
|
|
|
13 |
)
|
14 |
|
15 |
if __name__ == "__main__":
|
|
|
10 |
remove_bg,
|
11 |
gr.Image(type="pil"),
|
12 |
"image",
|
13 |
+
title="Remove Image BG",
|
14 |
)
|
15 |
|
16 |
if __name__ == "__main__":
|