Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 455 |
-
"<h3 style='text-align: center;'>Insert
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
"""
|