Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,6 @@ with gr.Blocks() as demo:
|
|
169 |
with gr.Accordion("Debug", open=False):
|
170 |
output_mask_component = gr.Image(
|
171 |
type='pil', image_mode='RGB', label='Input mask', format="png")
|
172 |
-
with gr.Row():
|
173 |
|
174 |
submit_button_component.click(
|
175 |
fn=process,
|
|
|
169 |
with gr.Accordion("Debug", open=False):
|
170 |
output_mask_component = gr.Image(
|
171 |
type='pil', image_mode='RGB', label='Input mask', format="png")
|
|
|
172 |
|
173 |
submit_button_component.click(
|
174 |
fn=process,
|