ehristoforu commited on
Commit
3751358
1 Parent(s): aa84d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'><a href='https://hf.co/openskyml' target='_blank'>🏠 Home page</a></p>"
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)