ALSv commited on
Commit
daa4e3b
·
1 Parent(s): 465f2d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
  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)
 
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)