Update app.py
Browse files
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 |
-
|
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():
|