Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,6 +147,8 @@ with gr.Blocks(title="Helios Video Generation") as demo:
|
|
| 147 |
<div class="link-buttons">
|
| 148 |
<a href="https://github.com/PKU-YuanGroup/Helios" target="_blank">💻 Code</a>
|
| 149 |
<a href="https://pku-yuangroup.github.io/Helios-Page" target="_blank">📄 Page</a>
|
|
|
|
|
|
|
| 150 |
</div>
|
| 151 |
</div>
|
| 152 |
"""
|
|
|
|
| 147 |
<div class="link-buttons">
|
| 148 |
<a href="https://github.com/PKU-YuanGroup/Helios" target="_blank">💻 Code</a>
|
| 149 |
<a href="https://pku-yuangroup.github.io/Helios-Page" target="_blank">📄 Page</a>
|
| 150 |
+
<a href="https://www.youtube.com/watch?v=vd_AgHtOUFQ" target="_blank">🎥 Main Feature</a>
|
| 151 |
+
<a href="https://www.youtube.com/watch?v=1GeIU2Dn7UY" target="_blank">⚡ Inference Speed</a>
|
| 152 |
</div>
|
| 153 |
</div>
|
| 154 |
"""
|