Spaces:
Sleeping
Sleeping
Changes in Masked_image
Browse files
app.py
CHANGED
@@ -289,13 +289,12 @@ with image_blocks as demo:
|
|
289 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
290 |
# masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
291 |
|
|
|
|
|
292 |
with gr.Column():
|
293 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
294 |
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
|
295 |
|
296 |
-
|
297 |
-
masked_img
|
298 |
-
|
299 |
with gr.Column():
|
300 |
try_button = gr.Button(value="Try-on")
|
301 |
with gr.Accordion(label="Advanced Settings", open=False):
|
|
|
289 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
290 |
# masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
|
291 |
|
292 |
+
masked_img = gr.Image()
|
293 |
+
|
294 |
with gr.Column():
|
295 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
296 |
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
|
297 |
|
|
|
|
|
|
|
298 |
with gr.Column():
|
299 |
try_button = gr.Button(value="Try-on")
|
300 |
with gr.Accordion(label="Advanced Settings", open=False):
|