BestWishYsh commited on
Commit
b26f68b
·
verified ·
1 Parent(s): 9e96b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -238,12 +238,13 @@ controller = MagicTimeController()
238
 
239
  def ui():
240
  with gr.Blocks(css=css) as demo:
241
- gr.Markdown(
242
- """
243
  <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
244
  <img src='https://www.pnglog.com/48rWnj.png' style='width: 300px; height: auto; margin-right: 10px;' />
245
  </div>
246
-
 
 
247
  <h2 align="center"> <a href="https://github.com/PKU-YuanGroup/MagicTime">[TPAMI 2025] MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators</a></h2>
248
  <h5 style="text-align:left;">If you like our project, please give us a star ⭐ on GitHub for the latest update.</h5>
249
 
 
238
 
239
  def ui():
240
  with gr.Blocks(css=css) as demo:
241
+ gr.HTML("""
 
242
  <div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
243
  <img src='https://www.pnglog.com/48rWnj.png' style='width: 300px; height: auto; margin-right: 10px;' />
244
  </div>
245
+ """)
246
+ gr.Markdown(
247
+ """
248
  <h2 align="center"> <a href="https://github.com/PKU-YuanGroup/MagicTime">[TPAMI 2025] MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators</a></h2>
249
  <h5 style="text-align:left;">If you like our project, please give us a star ⭐ on GitHub for the latest update.</h5>
250