Spaces:
Paused
Paused
lixiang46
commited on
Commit
·
13ac53c
1
Parent(s):
8730e47
change font
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 179 |
gr.HTML("""
|
| 180 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 24px;">
|
| 181 |
<div>
|
| 182 |
-
|
| 183 |
</div>
|
| 184 |
</div>
|
| 185 |
""")
|
|
@@ -187,7 +187,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 187 |
gr.HTML("""
|
| 188 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 189 |
<div>
|
| 190 |
-
|
| 191 |
</div>
|
| 192 |
</div>
|
| 193 |
""")
|
|
@@ -195,7 +195,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 195 |
gr.HTML("""
|
| 196 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 197 |
<div>
|
| 198 |
-
|
| 199 |
</div>
|
| 200 |
</div>
|
| 201 |
""")
|
|
|
|
| 179 |
gr.HTML("""
|
| 180 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 24px;">
|
| 181 |
<div>
|
| 182 |
+
Step 1. Upload a person image ⬇️
|
| 183 |
</div>
|
| 184 |
</div>
|
| 185 |
""")
|
|
|
|
| 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>
|
| 192 |
</div>
|
| 193 |
""")
|
|
|
|
| 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>
|
| 200 |
</div>
|
| 201 |
""")
|