Update app.py
Browse files
app.py
CHANGED
|
@@ -399,7 +399,7 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
|
| 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 |
""")
|
| 405 |
gr.Markdown("""
|
|
|
|
| 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 Qwen Edit 2511 & AnyPose LoRA</h2>
|
| 403 |
</div>
|
| 404 |
""")
|
| 405 |
gr.Markdown("""
|