Update app.py
Browse files
app.py
CHANGED
|
@@ -398,7 +398,7 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
| 398 |
with gr.Column(elem_id="col-container"):
|
| 399 |
gr.HTML("""
|
| 400 |
<div id="logo-title">
|
| 401 |
-
<h1 style="color: #5b47d1;"
|
| 402 |
<h2 style="font-style: italic;color: #5b47d1;margin-top: -10px !important;">Fast 4-step pose transfer with AnyPose LoRA</h2>
|
| 403 |
</div>
|
| 404 |
""")
|
|
|
|
| 398 |
with gr.Column(elem_id="col-container"):
|
| 399 |
gr.HTML("""
|
| 400 |
<div id="logo-title">
|
| 401 |
+
<h1 style="color: #5b47d1;">Qwen Edit Any Pose 🕺 </h1>
|
| 402 |
<h2 style="font-style: italic;color: #5b47d1;margin-top: -10px !important;">Fast 4-step pose transfer with AnyPose LoRA</h2>
|
| 403 |
</div>
|
| 404 |
""")
|