Spaces:
Paused
Paused
lixiang46
commited on
Commit
·
dedd13c
1
Parent(s):
c105b9e
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;">
|
| 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 |
""")
|
|
@@ -240,7 +240,7 @@ with gr.Blocks(css=css) as Tryon:
|
|
| 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 |
""")
|
|
|
|
| 179 |
gr.HTML("""
|
| 180 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 181 |
<div>
|
| 182 |
+
<h3>Step 1. Upload a person image ⬇️</h2>
|
| 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 |
+
<h3>Step 2. Upload a garment image ⬇️</h2>
|
| 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 |
+
<h3>Step 3. Press “Run” to get try-on results</h2>
|
| 199 |
</div>
|
| 200 |
</div>
|
| 201 |
""")
|
|
|
|
| 240 |
gr.HTML("""
|
| 241 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 242 |
<div>
|
| 243 |
+
<h3>Virtual try-on examples in pairs of person and garment images.</h2>
|
| 244 |
</div>
|
| 245 |
</div>
|
| 246 |
""")
|