Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
from rembg import remove
|
3 |
|
4 |
-
title = "
|
5 |
-
description = "This background remover tool
|
6 |
-
article = "<p style='text-align: center;'><a href='https://hf.
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|
|
|
1 |
import gradio as gr
|
2 |
from rembg import remove
|
3 |
|
4 |
+
title = "RBIA"
|
5 |
+
description = "This background remover tool with ia!"
|
6 |
+
article = "<p style='text-align: center;'><a href='https://alsv-remove-background-on-image.hf.space' target='_blank'>🏠 Home page</a></p>"
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|