Spaces:
Sleeping
Sleeping
lixiang46
commited on
Commit
·
070a1ae
1
Parent(s):
13ac53c
change font
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 177 |
with gr.Row():
|
| 178 |
with gr.Column(elem_id = "col-left"):
|
| 179 |
gr.HTML("""
|
| 180 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size:
|
| 181 |
<div>
|
| 182 |
Step 1. Upload a person image ⬇️
|
| 183 |
</div>
|
|
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 185 |
""")
|
| 186 |
with gr.Column(elem_id = "col-mid"):
|
| 187 |
gr.HTML("""
|
| 188 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 189 |
<div>
|
| 190 |
Step 2. Upload a garment image ⬇️
|
| 191 |
</div>
|
|
@@ -193,7 +193,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 193 |
""")
|
| 194 |
with gr.Column(elem_id = "col-right"):
|
| 195 |
gr.HTML("""
|
| 196 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 197 |
<div>
|
| 198 |
Step 3. Press “Run” to get try-on results
|
| 199 |
</div>
|
|
@@ -238,9 +238,9 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 238 |
|
| 239 |
with gr.Column(elem_id = "col-showcase"):
|
| 240 |
gr.HTML("""
|
| 241 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 242 |
<div>
|
| 243 |
-
|
| 244 |
</div>
|
| 245 |
</div>
|
| 246 |
""")
|
|
|
|
| 177 |
with gr.Row():
|
| 178 |
with gr.Column(elem_id = "col-left"):
|
| 179 |
gr.HTML("""
|
| 180 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
|
| 181 |
<div>
|
| 182 |
Step 1. Upload a person image ⬇️
|
| 183 |
</div>
|
|
|
|
| 185 |
""")
|
| 186 |
with gr.Column(elem_id = "col-mid"):
|
| 187 |
gr.HTML("""
|
| 188 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
|
| 189 |
<div>
|
| 190 |
Step 2. Upload a garment image ⬇️
|
| 191 |
</div>
|
|
|
|
| 193 |
""")
|
| 194 |
with gr.Column(elem_id = "col-right"):
|
| 195 |
gr.HTML("""
|
| 196 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
|
| 197 |
<div>
|
| 198 |
Step 3. Press “Run” to get try-on results
|
| 199 |
</div>
|
|
|
|
| 238 |
|
| 239 |
with gr.Column(elem_id = "col-showcase"):
|
| 240 |
gr.HTML("""
|
| 241 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
|
| 242 |
<div>
|
| 243 |
+
Virtual try-on examples in pairs of person and garment images
|
| 244 |
</div>
|
| 245 |
</div>
|
| 246 |
""")
|