Spaces:
Running
on
Zero
Running
on
Zero
changes
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ 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 |
-
masked_img =
|
293 |
|
294 |
with gr.Column():
|
295 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
|
|
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 = []
|
293 |
|
294 |
with gr.Column():
|
295 |
# image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|