Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -628,23 +628,19 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
628 |
|
629 |
|
630 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
|
|
631 |
gr.HTML(
|
632 |
"""
|
633 |
<div style="text-align: left;">
|
634 |
-
<
|
635 |
-
<strong>OmniAvatar</strong> – Efficient Audio-Driven Avatar Video Generation with Adaptive Body Animation
|
636 |
-
</p>
|
637 |
-
<a href="https://github.com/Omni-Avatar/OmniAvatar" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
638 |
-
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
639 |
-
</a>
|
640 |
-
</div>
|
641 |
-
<div style="text-align: left;">
|
642 |
-
HF Space by :<a href="https://twitter.com/alexandernasa/" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
643 |
-
<img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow Me" alt="GitHub Repo">
|
644 |
-
</a>
|
645 |
<a href="https://huggingface.co/alexnasa" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
646 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
|
647 |
</a>
|
|
|
|
|
|
|
648 |
</div>
|
649 |
|
650 |
"""
|
|
|
628 |
|
629 |
|
630 |
with gr.Column(elem_id="col-container"):
|
631 |
+
gr.Markdown("# OmniAvatar")
|
632 |
+
gr.Markdown("Efficient Audio-Driven Avatar Video Generation with Adaptive Body Animation,[[model 14B]](https://huggingface.co/OmniAvatar/OmniAvatar-14B)")
|
633 |
+
|
634 |
gr.HTML(
|
635 |
"""
|
636 |
<div style="text-align: left;">
|
637 |
+
<strong>HF Space by:</strong>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
<a href="https://huggingface.co/alexnasa" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
639 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
|
640 |
</a>
|
641 |
+
<a href="https://twitter.com/alexandernasa/" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
642 |
+
<img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow Me on X" alt="GitHub Repo">
|
643 |
+
</a>
|
644 |
</div>
|
645 |
|
646 |
"""
|