Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -260,8 +260,22 @@ for ex_human in human_list_path:
|
|
260 |
|
261 |
image_blocks = gr.Blocks().queue()
|
262 |
with image_blocks as demo:
|
263 |
-
gr.Markdown(
|
264 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
with gr.Row():
|
266 |
with gr.Column():
|
267 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
|
|
260 |
|
261 |
image_blocks = gr.Blocks().queue()
|
262 |
with image_blocks as demo:
|
263 |
+
gr.Markdown(
|
264 |
+
"""
|
265 |
+
<div style="text-align: center; background: linear-gradient(135deg, #2541b2 0%, #1a237e 100%); padding: 2.5rem; color: white; border-radius: 0 0 20px 20px; margin-bottom: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
266 |
+
<img src="logo.png" alt="Deradh Logo" style="height: 60px; margin-bottom: 1rem;" />
|
267 |
+
<h1 style="color: white; font-size: 2.5rem; font-weight: 600; margin-bottom: 1rem;">Deradh Virtual Try-On Experience</h1>
|
268 |
+
<div style="margin: 1rem 0;">
|
269 |
+
<a href="https://deradh.com" target="_blank" style="color: white; text-decoration: none; padding: 0.5rem 1rem; border: 2px solid white; border-radius: 25px; transition: all 0.3s ease;">
|
270 |
+
Visit Deradh.com
|
271 |
+
</a>
|
272 |
+
</div>
|
273 |
+
</div>
|
274 |
+
<div style="text-align: center; padding: 1rem; color: #6ed7fe; font-size: 1.2rem; font-weight: 500; margin-bottom: 2rem;">
|
275 |
+
Experience the future of fashion with our AI-powered virtual try-on platform. Every user gets 2β3 free trials per day.
|
276 |
+
</div>
|
277 |
+
""")
|
278 |
+
|
279 |
with gr.Row():
|
280 |
with gr.Column():
|
281 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|