juanelot commited on
Commit
5b68504
·
verified ·
1 Parent(s): 068d5ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(title="Remove background") as app:
74
 
75
  gr.HTML("<center><h1>Background Remover</h1></center>")
76
  with gr.Row(equal_height=False):
77
- #with gr.Column():
78
  # input_img = gr.Image(type="pil", label="Input image")
79
  # drp_models = gr.Dropdown(choices=model_choices, label="Model Segment", value="U2NET")
80
  # with gr.Row():
 
74
 
75
  gr.HTML("<center><h1>Background Remover</h1></center>")
76
  with gr.Row(equal_height=False):
77
+ with gr.Column():
78
  # input_img = gr.Image(type="pil", label="Input image")
79
  # drp_models = gr.Dropdown(choices=model_choices, label="Model Segment", value="U2NET")
80
  # with gr.Row():