brunodoti commited on
Commit
4792cc0
1 Parent(s): 90d4571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -1,13 +1,12 @@
1
  import gradio as gr
2
  from rembg import remove
3
 
4
- title = "Remove Background"
5
  description = """
6
- In this space, you can quickly remove background from images.
7
 
8
- ⚠️ Make sure your image is of good quality and has a clear background!
9
 
10
- ⚠️ Sometimes the background is not removed correctly, this is normal, because this is just a demo version!
11
  """
12
 
13
  def segment(image):
 
1
  import gradio as gr
2
  from rembg import remove
3
 
4
+ title = "remover-fundo-de-imagens"
5
  description = """
6
+ Neste espaço, você pode rapidamente remover o fundo de imagens.
7
 
8
+ ⚠️ Certifique-se de que sua imagem seja de boa qualidade e tenha um fundo claro!
9
 
 
10
  """
11
 
12
  def segment(image):