seawolf2357 commited on
Commit
a82f1b3
·
verified ·
1 Parent(s): 75b5b20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -444,6 +444,18 @@ def update_audio_visibility(audio_mode):
444
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
445
  with gr.Column(elem_classes=["main-container"]):
446
  gr.Markdown("# ✨ Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA + Audio")
 
 
 
 
 
 
 
 
 
 
 
 
447
 
448
  with gr.Row():
449
  with gr.Column(elem_classes=["input-container"]):
 
444
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
445
  with gr.Column(elem_classes=["main-container"]):
446
  gr.Markdown("# ✨ Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA + Audio")
447
+
448
+ # Add badges side by side
449
+ gr.HTML("""
450
+ <div class="badge-container">
451
+ <a href="https://huggingface.co/spaces/Heartsync/wan2-1-fast-security" target="_blank">
452
+ <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">
453
+ </a>
454
+ <a href="https://huggingface.co/spaces/Heartsync/WAN-VIDEO-AUDIO" target="_blank">
455
+ <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">
456
+ </a>
457
+ </div>
458
+ """)
459
 
460
  with gr.Row():
461
  with gr.Column(elem_classes=["input-container"]):