milliyin commited on
Commit
2d04f8b
Β·
verified Β·
1 Parent(s): aa5b3e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
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(