Spaces:
Building
Building
Update app.py
Browse fileswith gr.Row(equal_height=False):
app.py
CHANGED
@@ -27,7 +27,7 @@ Demo for <a href='https://github.com/MarcoForte/FBA_Matting'>FBA Matting</a>
|
|
27 |
with gr.Blocks(title="FBA Matting") as app:
|
28 |
gr.HTML("<center><h1>FBA Matting</h1></center>")
|
29 |
gr.HTML("<center><h3>Foreground, Background, Alpha Matting Generator.</h3></center>")
|
30 |
-
with gr.Row(
|
31 |
with gr.Column():
|
32 |
input_img = gr.Image(type="filepath", label="Input image")
|
33 |
input_trimap = gr.Image(type="filepath", label="Trimap image")
|
|
|
27 |
with gr.Blocks(title="FBA Matting") as app:
|
28 |
gr.HTML("<center><h1>FBA Matting</h1></center>")
|
29 |
gr.HTML("<center><h3>Foreground, Background, Alpha Matting Generator.</h3></center>")
|
30 |
+
with gr.Row(equal_height=False):
|
31 |
with gr.Column():
|
32 |
input_img = gr.Image(type="filepath", label="Input image")
|
33 |
input_trimap = gr.Image(type="filepath", label="Trimap image")
|