seawolf2357 commited on
Commit
b6daed5
·
verified ·
1 Parent(s): 5692579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -9
app.py CHANGED
@@ -548,15 +548,21 @@ with gr.Blocks(
548
  """)
549
 
550
  gr.HTML("""
551
- <div class="tech-stack">
552
- <h4 style="color: #a78bfa; margin: 0 0 0.5em 0;">⚡ Powered by Advanced Technology Stack</h4>
553
- <p style="color: rgba(255, 255, 255, 0.7); margin: 0; font-size: 0.95em;">
554
- <strong>Model:</strong> Self-Forcing Wan2-1 1.3B with Distillation Matching •
555
- <strong>Acceleration:</strong> Flash Attention 2 + TensorRT VAE •
556
- <strong>Streaming:</strong> Real-time PyAV H.264 Encoding •
557
- <strong>Enhancement:</strong> Qwen3-8B Prompt Optimizer
558
- </p>
559
- </div>
 
 
 
 
 
 
560
  """)
561
 
562
  with gr.Row():
 
548
  """)
549
 
550
  gr.HTML("""
551
+ <div class="badge-container"
552
+ style="display:flex; gap:8px; flex-wrap:wrap; justify-content:center; align-items:center;">
553
+ <a href="https://huggingface.co/spaces/Heartsync/VEO3-RealTime" target="_blank">
554
+ <img src="https://img.shields.io/static/v1?label=Text%20to%20Video%2BAudio&message=VEO3%20Real%28Time%29&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
555
+ </a>
556
+ <a href="https://huggingface.co/spaces/ginigen/VEO3-Directors" target="_blank">
557
+ <img src="https://img.shields.io/static/v1?label=DIRECTORS&message=VEO3&color=%23ffd700&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
558
+ </a>
559
+ <a href="https://huggingface.co/spaces/ginigen/VEO3-Free" target="_blank">
560
+ <img src="https://img.shields.io/static/v1?label=Text%20to%20Video%2BAudio&message=VEO3%20free&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="badge">
561
+ </a>
562
+ <a href="https://discord.gg/openfreeai" target="_blank">
563
+ <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=%23ffa500&style=for-the-badge" alt="badge">
564
+ </a>
565
+ </div>
566
  """)
567
 
568
  with gr.Row():