SIGMitch commited on
Commit
dc67161
·
verified ·
1 Parent(s): 145e8f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,