Spaces:
Sleeping
Sleeping
Commit
·
3751358
1
Parent(s):
aa84d48
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from rembg import remove
|
|
3 |
|
4 |
title = "RBOI"
|
5 |
description = "This background remover tool is designed by Evgeniy Hristoforu!"
|
6 |
-
article = "<p style='text-align: center;'
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|
|
|
3 |
|
4 |
title = "RBOI"
|
5 |
description = "This background remover tool is designed by Evgeniy Hristoforu!"
|
6 |
+
article = "<p style='text-align: center;'>Powered by<a href='https://hf.co/openskyml' target='_blank'>OpenSkyML</a></p>"
|
7 |
|
8 |
def segment(image):
|
9 |
return remove(image)
|