Update app.py
Browse files
app.py
CHANGED
|
@@ -310,6 +310,23 @@ with gr.Blocks(css=custom_css, title="Jewellery Photography Preview") as demo:
|
|
| 310 |
info2 = gr.Markdown(value="### Final result")
|
| 311 |
out_bg = gr.Image(height=400)
|
| 312 |
out_status = gr.Text(label="Status", interactive=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 313 |
|
| 314 |
# wire button β backend
|
| 315 |
run_btn.click(
|
|
|
|
| 310 |
info2 = gr.Markdown(value="### Final result")
|
| 311 |
out_bg = gr.Image(height=400)
|
| 312 |
out_status = gr.Text(label="Status", interactive=False)
|
| 313 |
+
# ββββββββ Footer ββββββββ
|
| 314 |
+
gr.HTML("""
|
| 315 |
+
<div style="text-align:center;padding:40px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin:30px 0;">
|
| 316 |
+
<h3 style="color:#333;">π Powered by Snapwear AI</h3>
|
| 317 |
+
<p style="color:#666;">
|
| 318 |
+
Experience the future of virtual fashion and garment visualization.
|
| 319 |
+
</p>
|
| 320 |
+
<div class="social-links">
|
| 321 |
+
<a href="https://snapwear.io" target="_blank">π Website</a>
|
| 322 |
+
<a href="https://www.instagram.com/snapwearai/" target="_blank">πΈ Instagram</a>
|
| 323 |
+
<a href="https://huggingface.co/spaces/SnapwearAI/Snapwear-Texture-Transfer" target="_blank">π¨ Pattern Transfer</a>
|
| 324 |
+
</div>
|
| 325 |
+
<p style="font-size:12px;color:#999;margin-top:20px;">
|
| 326 |
+
Β© 2024 Snapwear AI. Professional AI tools for fashion and design.
|
| 327 |
+
</p>
|
| 328 |
+
</div>
|
| 329 |
+
""")
|
| 330 |
|
| 331 |
# wire button β backend
|
| 332 |
run_btn.click(
|