leonelhs commited on
Commit
e070f1c
·
verified ·
1 Parent(s): ab78a68

Update app.py

Browse files

with gr.Row(equal_height=False):

Files changed (1) hide show
  1. app.py +1 -1
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().style(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")
 
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")