Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,8 @@ CSS = """
|
|
| 136 |
with gr.Blocks(css=CSS, title="Helios Video Generation", theme=gr.themes.Soft()) as demo:
|
| 137 |
gr.HTML(
|
| 138 |
"""
|
| 139 |
-
<div style='display: flex; align-items: center; justify-content: center;
|
| 140 |
-
<img src="https://
|
| 141 |
</div>
|
| 142 |
<div id="header">
|
| 143 |
<h1>🎬 Helios 14B Distilled: Real Real-Time Long Video Generation Model</h1>
|
|
|
|
| 136 |
with gr.Blocks(css=CSS, title="Helios Video Generation", theme=gr.themes.Soft()) as demo:
|
| 137 |
gr.HTML(
|
| 138 |
"""
|
| 139 |
+
<div style='display: flex; align-items: center; justify-content: center; width: 100%;'>
|
| 140 |
+
<img src="https://github.com/PKU-YuanGroup/Helios-Page/blob/main/figures/logo_white.png?raw=true" style='width: 400px; height: auto;' />
|
| 141 |
</div>
|
| 142 |
<div id="header">
|
| 143 |
<h1>🎬 Helios 14B Distilled: Real Real-Time Long Video Generation Model</h1>
|