BestWishYsh commited on
Commit
a5e282c
·
verified ·
1 Parent(s): f37eb51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -211,6 +211,10 @@ def ui():
211
  with gr.Blocks(css=css) as demo:
212
  gr.Markdown(
213
  """
 
 
 
 
214
  <h2 align="center"> <a href="https://github.com/PKU-YuanGroup/MagicTime">MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators</a></h2>
215
  <h5 style="text-align:left;">If you like our project, please give us a star ⭐ on GitHub for the latest update.</h5>
216
 
 
211
  with gr.Blocks(css=css) as demo:
212
  gr.Markdown(
213
  """
214
+ <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
215
+ <img src='https://www.pnglog.com/48rWnj.png' style='width: 300px; height: auto; margin-right: 10px;' />
216
+ </div>
217
+
218
  <h2 align="center"> <a href="https://github.com/PKU-YuanGroup/MagicTime">MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators</a></h2>
219
  <h5 style="text-align:left;">If you like our project, please give us a star ⭐ on GitHub for the latest update.</h5>
220