Update app.py
Browse files
app.py
CHANGED
@@ -313,17 +313,28 @@ css = """
|
|
313 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
314 |
with gr.Column(elem_classes="container"):
|
315 |
gr.HTML("""
|
316 |
-
<h1 class="main-title">🎬
|
317 |
-
<p class="subtitle">
|
318 |
""")
|
319 |
|
|
|
320 |
gr.HTML("""
|
321 |
-
|
322 |
-
|
323 |
-
<
|
324 |
-
|
325 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
""")
|
|
|
327 |
|
328 |
with gr.Row():
|
329 |
with gr.Column(scale=1):
|
|
|
313 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
314 |
with gr.Column(elem_classes="container"):
|
315 |
gr.HTML("""
|
316 |
+
<h1 class="main-title">🎬 VEO3 Free</h1>
|
317 |
+
<p class="subtitle">Wan2.1-T2V-14B + Fast 4-step with NAG + Automatic Audio Generation</p>
|
318 |
""")
|
319 |
|
320 |
+
|
321 |
gr.HTML("""
|
322 |
+
<div class="badge-container">
|
323 |
+
<a href="https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX" target="_blank">
|
324 |
+
<img src="https://img.shields.io/static/v1?label=FusionX&message=ENHANCED%20MODEL&color=%236a4c93&labelColor=%23533a7d&logo=huggingface&logoColor=%23ffffff&style=for-the-badge" alt="FusionX Enhanced">
|
325 |
+
</a>
|
326 |
+
<a href="https://huggingface.co/spaces/Heartsync/WAN2-1-fast-T2V-FusioniX" target="_blank">
|
327 |
+
<img src="https://img.shields.io/static/v1?label=BASE&message=WAN%202.1%20T2V-FusioniX&color=%23008080&labelColor=%23533a7d&logo=huggingface&logoColor=%23ffffff&style=for-the-badge" alt="Base Model">
|
328 |
+
</a>
|
329 |
+
<a href="https://huggingface.co/spaces/Heartsync/WAN2-1-fast-T2V-FusioniX2" target="_blank">
|
330 |
+
<img src="https://img.shields.io/static/v1?label=BASE&message=WAN%202.1%20T2V-Fusioni2X&color=%23008080&labelColor=%23533a7d&logo=huggingface&logoColor=%23ffffff&style=for-the-badge" alt="Base Model">
|
331 |
+
</a>
|
332 |
+
<a href="https://huggingface.co/spaces/Heartsync/wan2-1-fast-security" target="_blank">
|
333 |
+
<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">
|
334 |
+
</a>
|
335 |
+
</div>
|
336 |
""")
|
337 |
+
|
338 |
|
339 |
with gr.Row():
|
340 |
with gr.Column(scale=1):
|