Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -628,11 +628,16 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
| 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;">
|
|
|
|
| 628 |
|
| 629 |
|
| 630 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
|
|
|
|
|
| 631 |
gr.HTML(
|
| 632 |
"""
|
| 633 |
+
<div style="text-align: left;">
|
| 634 |
+
<p style="font-size:16px; display: inline; margin: 0;">
|
| 635 |
+
<strong>OmniAvatar</strong> – Efficient Audio-Driven Avatar Video Generation with Adaptive Body Animation
|
| 636 |
+
</p>
|
| 637 |
+
<a href="https://huggingface.co/OmniAvatar/OmniAvatar-14B" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
| 638 |
+
[model]
|
| 639 |
+
</a>
|
| 640 |
+
</div>
|
| 641 |
<div style="text-align: left;">
|
| 642 |
<strong>HF Space by:</strong>
|
| 643 |
<a href="https://huggingface.co/alexnasa" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|