Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def person_example_fn(image_path):
|
|
209 |
|
210 |
HEADER = """
|
211 |
<p style="text-align: center;">
|
212 |
-
<img
|
213 |
</p>
|
214 |
<h1 style="text-align: center; color: #101820;"> DEX FIT Virtual Try-On with Diffusion Models </h1>
|
215 |
"""
|
|
|
209 |
|
210 |
HEADER = """
|
211 |
<p style="text-align: center;">
|
212 |
+
<img style="height: 100px;" alt="DeX Logo" src="https://i.ibb.co/k4J6jxp.png">
|
213 |
</p>
|
214 |
<h1 style="text-align: center; color: #101820;"> DEX FIT Virtual Try-On with Diffusion Models </h1>
|
215 |
"""
|