Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ 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://
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|
|
|
3 |
|
4 |
title = "RBIA"
|
5 |
description = "This background remover tool with ia!"
|
6 |
+
article = "<p style='text-align: center;'><a href='https://hf.co/openskyml' target='_blank'>🏠 Home page</a></p>"
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|