Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -840,6 +840,15 @@ with gr.Blocks(css=css) as demo:
|
|
| 840 |
</a>
|
| 841 |
</div>
|
| 842 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 843 |
"""
|
| 844 |
)
|
| 845 |
|
|
|
|
| 840 |
</a>
|
| 841 |
</div>
|
| 842 |
|
| 843 |
+
<div style="text-align: left;">
|
| 844 |
+
<p style="font-size:16px; display: inline; margin: 0;">
|
| 845 |
+
For a fast clay variation please check out this HF Space:
|
| 846 |
+
</p>
|
| 847 |
+
<a href="https://huggingface.co/spaces/alexnasa/OmniAvatar-Clay-Fast" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
| 848 |
+
<img src="https://img.shields.io/badge/🤗-HF Demo-yellow.svg">
|
| 849 |
+
</a>
|
| 850 |
+
</div>
|
| 851 |
+
|
| 852 |
"""
|
| 853 |
)
|
| 854 |
|