BestWishYsh commited on
Commit
65e1f43
·
verified ·
1 Parent(s): c02899d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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; text-align: center;'>
140
- <img src="https://www.pnglog.com/6xm07l.png" style='width: 400px; height: auto; margin-right: 10px;' />
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>