Spaces:
Paused
Paused
lixiang46
commited on
Commit
·
e73c140
1
Parent(s):
d105bfd
test
Browse files
app.py
CHANGED
|
@@ -129,16 +129,16 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 129 |
gr.HTML("""
|
| 130 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 131 |
<div>
|
| 132 |
-
<
|
| 133 |
</div>
|
| 134 |
</div>
|
| 135 |
""")
|
| 136 |
with gr.Column(elem_id = "col-showcase"):
|
| 137 |
show_case = gr.Examples(
|
| 138 |
examples=[
|
| 139 |
-
["assets/examples/model1.png", "assets/examples/garment1.png", "assets/examples/result1.png"],
|
| 140 |
["assets/examples/model2.png", "assets/examples/garment2.png", "assets/examples/result2.png"],
|
| 141 |
["assets/examples/model3.png", "assets/examples/garment3.png", "assets/examples/result3.png"],
|
|
|
|
| 142 |
],
|
| 143 |
inputs=[imgs, garm_img, image_out],
|
| 144 |
label=None
|
|
|
|
| 129 |
gr.HTML("""
|
| 130 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 131 |
<div>
|
| 132 |
+
<h3>Virtual try-on examples in pairs of person and garment images.</h3>
|
| 133 |
</div>
|
| 134 |
</div>
|
| 135 |
""")
|
| 136 |
with gr.Column(elem_id = "col-showcase"):
|
| 137 |
show_case = gr.Examples(
|
| 138 |
examples=[
|
|
|
|
| 139 |
["assets/examples/model2.png", "assets/examples/garment2.png", "assets/examples/result2.png"],
|
| 140 |
["assets/examples/model3.png", "assets/examples/garment3.png", "assets/examples/result3.png"],
|
| 141 |
+
["assets/examples/model1.png", "assets/examples/garment1.png", "assets/examples/result1.png"],
|
| 142 |
],
|
| 143 |
inputs=[imgs, garm_img, image_out],
|
| 144 |
label=None
|