Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -284,6 +284,18 @@ def generate_video(input_image, prompt, height, width,
|
|
284 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
285 |
with gr.Column(elem_classes=["main-container"]):
|
286 |
gr.Markdown("# ✨ Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
|
288 |
with gr.Row():
|
289 |
with gr.Column(elem_classes=["input-container"]):
|
|
|
284 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
285 |
with gr.Column(elem_classes=["main-container"]):
|
286 |
gr.Markdown("# ✨ Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
|
287 |
+
|
288 |
+
# Add badges side by side
|
289 |
+
gr.HTML("""
|
290 |
+
<div class="badge-container">
|
291 |
+
<a href="https://huggingface.co/spaces/Heartsync/wan2-1-fast-security" target="_blank">
|
292 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.1&message=FAST%20%26%20Furios&color=%23008080&labelColor=%230000ff&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
|
293 |
+
</a>
|
294 |
+
<a href="https://huggingface.co/spaces/Heartsync/WAN-VIDEO-AUDIO" target="_blank">
|
295 |
+
<img src="https://img.shields.io/static/v1?label=WAN%202.1&message=VIDEO%20%26%20AUDIO&color=%23008080&labelColor=%230000ff&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
|
296 |
+
</a>
|
297 |
+
</div>
|
298 |
+
""")
|
299 |
|
300 |
with gr.Row():
|
301 |
with gr.Column(elem_classes=["input-container"]):
|