Spaces:
Sleeping
Sleeping
Carlos Vargas R
commited on
Commit
·
6c5b5bd
1
Parent(s):
61b7436
Cambios
Browse files
app.py
CHANGED
@@ -206,14 +206,14 @@ with gr.Blocks() as demo:
|
|
206 |
with gr.Column():
|
207 |
with gr.Row():
|
208 |
input_image = gr.Image(
|
209 |
-
label="
|
210 |
image_mode="RGBA",
|
211 |
sources="upload",
|
212 |
type="pil",
|
213 |
elem_id="content_image",
|
214 |
)
|
215 |
processed_image = gr.Image(
|
216 |
-
label="
|
217 |
image_mode="RGBA",
|
218 |
type="pil",
|
219 |
interactive=False
|
|
|
206 |
with gr.Column():
|
207 |
with gr.Row():
|
208 |
input_image = gr.Image(
|
209 |
+
label="Imagen de Entrada",
|
210 |
image_mode="RGBA",
|
211 |
sources="upload",
|
212 |
type="pil",
|
213 |
elem_id="content_image",
|
214 |
)
|
215 |
processed_image = gr.Image(
|
216 |
+
label="Imagen sin Fondo",
|
217 |
image_mode="RGBA",
|
218 |
type="pil",
|
219 |
interactive=False
|