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 src="https://i.ibb.co/9bh36NJ/resource-De-XFIT.png" alt="DeX Logo" style="height: auto;">
|
213 |
</p>
|
214 |
<h1 style="text-align: center; color: #101820;"> DEX FIT Virtual Try-On with Diffusion Models </h1>
|
215 |
"""
|