leonelhs commited on
Commit
eb91fbf
1 Parent(s): a3a238a

Update app.py

Browse files

with gr.Row(equal_height=False):

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ Demo for <a href='https://www.tensorflow.org/hub/tutorials/movenet'>MoveNet</a>
35
  with gr.Blocks(title="MoveNet") as app:
36
  gr.HTML("<center><h1>Human Pose Estimation with MoveNet</h1></center>")
37
  gr.HTML("<center><h3>MoveNet: Ultra fast and accurate pose detection model</h3></center>")
38
- with gr.Row().style(equal_height=False):
39
  with gr.Column():
40
  input_img = gr.Image(type="pil", label="Input image")
41
  run_btn = gr.Button(variant="primary")
 
35
  with gr.Blocks(title="MoveNet") as app:
36
  gr.HTML("<center><h1>Human Pose Estimation with MoveNet</h1></center>")
37
  gr.HTML("<center><h3>MoveNet: Ultra fast and accurate pose detection model</h3></center>")
38
+ with gr.Row(equal_height=False):
39
  with gr.Column():
40
  input_img = gr.Image(type="pil", label="Input image")
41
  run_btn = gr.Button(variant="primary")