Alfasign commited on
Commit
7d03d84
1 Parent(s): 2996f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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):
 
2
  from rembg import remove
3
 
4
  title = "RBOI"
5
+ description = "This background remover tool is inspired by Evgeniy Hristoforu! and created by Ailex"
6
  article = "<p style='text-align: center;'><a href='https://hf.co/openskyml' target='_blank'>🏠 Home page</a></p>"
7
 
8
  def segment(image):