xiaozaa commited on
Commit
fbd9231
1 Parent(s): 390c1e8

fix a small layout issue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ def create_demo():
66
  image_input = gr.ImageMask(
67
  label="Model Image (Draw mask where garment should go)",
68
  type="pil",
69
- height=576,
70
  )
71
  gr.Examples(
72
  examples=[
@@ -80,7 +80,7 @@ def create_demo():
80
  label="Person Images",
81
  )
82
  with gr.Column():
83
- garment_input = gr.Image(label="Garment Image", type="pil", height=576)
84
  gr.Examples(
85
  examples=[
86
  ["./example/garment/04564_00.jpg"],
 
66
  image_input = gr.ImageMask(
67
  label="Model Image (Draw mask where garment should go)",
68
  type="pil",
69
+ height=600,
70
  )
71
  gr.Examples(
72
  examples=[
 
80
  label="Person Images",
81
  )
82
  with gr.Column():
83
+ garment_input = gr.Image(label="Garment Image", type="pil", height=600)
84
  gr.Examples(
85
  examples=[
86
  ["./example/garment/04564_00.jpg"],