Spaces:
Sleeping
Sleeping
Removed Masked Output
Browse files
app.py
CHANGED
@@ -285,9 +285,9 @@ with image_blocks as demo:
|
|
285 |
inputs=garm_img,
|
286 |
examples_per_page=8,
|
287 |
examples=garm_list_path)
|
288 |
-
with gr.Column():
|
289 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
290 |
-
|
291 |
with gr.Column():
|
292 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
293 |
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
|
|
|
285 |
inputs=garm_img,
|
286 |
examples_per_page=8,
|
287 |
examples=garm_list_path)
|
288 |
+
#with gr.Column():
|
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 |
with gr.Column():
|
292 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
293 |
image_out = gr.Image(label="Output", elem_id="output-img",show_share_button=False)
|