Spaces:
Build error
Build error
fix a small layout issue
Browse files
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=
|
| 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=
|
| 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"],
|