LiXiY commited on
Commit
c3b43b4
·
verified ·
1 Parent(s): 93c1ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -451,8 +451,12 @@ with gr.Blocks(css="""
451
  """) as demo:
452
 
453
  gr.Markdown(
454
- "<h1 style='text-align: center;'>Reference-Based Object Insertion (FLUX.2-klein, diffusers)</h1>"
455
- "<h3 style='text-align: center;'>Insert the object from the reference image into the masked region of the background image</h3>"
 
 
 
 
456
  )
457
  gr.Markdown(
458
  """
 
451
  """) as demo:
452
 
453
  gr.Markdown(
454
+ "<h1 style='text-align: center;'>Reference-Based Object Insertion and Clothing Replacement</h1>"
455
+ "<h3 style='text-align: center;'>Insert objects from reference images into masked regions of background images, and replace clothing in masked regions using reference images.</h3>"
456
+ "<p style='text-align: center;'>"
457
+ "<a href='https://github.com/huan-yin/Easy-Insert' target='_blank' "
458
+ "style='color: #3b82f6; text-decoration: none; font-weight: 500;'>"
459
+ "GitHub Repo: huan-yin/Easy-Insert</a></p>"
460
  )
461
  gr.Markdown(
462
  """