tomaseo2022
commited on
Commit
•
f25b978
1
Parent(s):
16ecfd1
Update app.py
Browse files
app.py
CHANGED
@@ -9,11 +9,11 @@ def inference(img):
|
|
9 |
output = remove(input_img[:, :, [2,1,0]])
|
10 |
return output
|
11 |
|
12 |
-
title = "
|
13 |
|
14 |
-
description = "
|
15 |
|
16 |
-
article = "
|
17 |
|
18 |
|
19 |
gr.Interface(
|
|
|
9 |
output = remove(input_img[:, :, [2,1,0]])
|
10 |
return output
|
11 |
|
12 |
+
title = "Eliminar Fondo de Imagen"
|
13 |
|
14 |
+
description = "Elimina el fondo de cualquier imagen de forma fácil y rápida."
|
15 |
|
16 |
+
article = ""
|
17 |
|
18 |
|
19 |
gr.Interface(
|