Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -548,15 +548,21 @@ with gr.Blocks(
|
|
548 |
""")
|
549 |
|
550 |
gr.HTML("""
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|