Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,10 +209,10 @@ def person_example_fn(image_path):
|
|
209 |
|
210 |
# Define the HTML content for the header
|
211 |
HEADER = """
|
212 |
-
<
|
213 |
-
<img src="https://i.ibb.co/9bh36NJ/resource-De-XFIT.png" alt="DeX Logo" style="
|
214 |
-
</
|
215 |
-
|
216 |
"""
|
217 |
|
218 |
def app_gradio():
|
|
|
209 |
|
210 |
# Define the HTML content for the header
|
211 |
HEADER = """
|
212 |
+
<div style="text-align: center;">
|
213 |
+
<img src="https://i.ibb.co/9bh36NJ/resource-De-XFIT.png" alt="DeX Logo" style="width: 40%; display: block; margin: 0 auto;">
|
214 |
+
<h1 style="color: #101820;"> Virtual Try-On with Diffusion Models </h1>
|
215 |
+
</div>
|
216 |
"""
|
217 |
|
218 |
def app_gradio():
|