Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
import gradio as gr
|
2 |
from rembg import remove
|
3 |
|
4 |
-
title = "
|
5 |
description = """
|
6 |
-
|
7 |
|
8 |
-
⚠️
|
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):
|