Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,17 +89,8 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
| 89 |
gr.HTML(
|
| 90 |
"""
|
| 91 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
<div>
|
| 95 |
-
<h1 >Outfit Anyone: Ultra-high quality virtual try-on for Any Clothing and Any Person</h1>
|
| 96 |
-
<h4 >v0.9</h4>
|
| 97 |
-
<h5 style="margin: 0;">If you like our project, please give us a star on Github to stay updated with the latest developments.</h5>
|
| 98 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;>
|
| 99 |
-
<a href="https://github.com/HumanAIGC/OutfitAnyone"><img src="https://img.shields.io/badge/Arxiv-0000.00000-red"></a>
|
| 100 |
-
<a href='https://humanaigc.github.io/outfit-anyone/'><img src='https://img.shields.io/badge/Project_Page-OutfitAnyone-green' alt='Project Page'></a>
|
| 101 |
-
<a href='https://github.com/HumanAIGC/OutfitAnyone'><img src='https://img.shields.io/badge/Github-Repo-blue'></a>
|
| 102 |
-
</div>
|
| 103 |
</div>
|
| 104 |
</div>
|
| 105 |
""")
|
|
@@ -128,8 +119,7 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
| 128 |
"""
|
| 129 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 130 |
<div>
|
| 131 |
-
|
| 132 |
-
<h4 style="margin: 0;">For a one-piece dress or coat, you only need to upload the image to the 'top garment' section and leave the 'lower garment' section empty.</h4>
|
| 133 |
</div>
|
| 134 |
</div>
|
| 135 |
""")
|
|
|
|
| 89 |
gr.HTML(
|
| 90 |
"""
|
| 91 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 92 |
+
|
| 93 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
</div>
|
| 95 |
</div>
|
| 96 |
""")
|
|
|
|
| 119 |
"""
|
| 120 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 121 |
<div>
|
| 122 |
+
|
|
|
|
| 123 |
</div>
|
| 124 |
</div>
|
| 125 |
""")
|