Alfasign commited on
Commit
9ab5ebe
1 Parent(s): 7d03d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
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
 
 
1
  import gradio as gr
2
  from rembg import remove
3
 
4
+ title = "Hintergrund-Entferner"
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