samikshachavan commited on
Commit
ca81d56
Β·
verified Β·
1 Parent(s): da076df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -205,6 +205,21 @@ with gr.Blocks(
205
  css=css,
206
  ) as demo:
207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  # ── Privacy notice ─────────────────────────────────────────────────────
209
  gr.HTML("""
210
  <div style="
 
205
  css=css,
206
  ) as demo:
207
 
208
+ gr.HTML("""
209
+ <div style="text-align:center;padding:24px 0 12px">
210
+ <h1 style="font-size:2.4em;font-weight:900;
211
+ background:linear-gradient(90deg,#7c3aed,#db2777);
212
+ -webkit-background-clip:text;-webkit-text-fill-color:transparent">
213
+ πŸ‘— AI Virtual Try-On
214
+ </h1>
215
+ <p style="color:#888;font-size:1.05em;margin-top:4px">
216
+ Upload your photo + clothing β€” AI shows how it looks on you!<br>
217
+ <b style="color:#7c3aed">
218
+ Primary: IDM-VTON (SDXL Β· best quality) Β· Fallback: SD Inpainting
219
+ </b>
220
+ </p>
221
+ </div>
222
+ """)
223
  # ── Privacy notice ─────────────────────────────────────────────────────
224
  gr.HTML("""
225
  <div style="