xizaoqu commited on
Commit
de66f2b
·
1 Parent(s): e6a14ee
Files changed (1) hide show
  1. app.py +10 -16
app.py CHANGED
@@ -359,24 +359,18 @@ with gr.Blocks(css=css) as demo:
359
  # WORLDMEM: Long-term Consistent World Simulation with Memory
360
 
361
  <div style="text-align: center;">
362
-
363
- <!-- GitHub Stars -->
364
- <a style="display:inline-block; margin-left: .5em" href="https://github.com/xizaoqu/WorldMem">
365
- <img src='https://img.shields.io/github/stars/xizaoqu/WorldMem?style=social'/>
366
- </a>
367
-
368
- <!-- Project Page -->
369
- <a style="display:inline-block; margin-left: .5em" href="https://xizaoqu.github.io/worldmem/">
370
- <img src="https://img.shields.io/badge/project_page-blue">
371
- </a>
372
  </div>
373
-
374
- <!-- arXiv Paper -->
375
- <a style="display:inline-block; margin-left: .5em" href="https://arxiv.org/abs/2504.12369">
376
- <img src="https://img.shields.io/badge/arXiv-paper-red">
377
- </a>
378
  """
379
- )
380
 
381
  gr.Markdown(
382
  """
 
359
  # WORLDMEM: Long-term Consistent World Simulation with Memory
360
 
361
  <div style="text-align: center;">
362
+ <a style="display:inline-block; margin: 0 10px;" href="https://github.com/xizaoqu/WorldMem">
363
+ <img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github"/>
364
+ </a>
365
+ <a style="display:inline-block; margin: 0 10px;" href="https://xizaoqu.github.io/worldmem/">
366
+ <img src="https://img.shields.io/badge/Project_Page-blue"/>
367
+ </a>
368
+ <a style="display:inline-block; margin: 0 10px;" href="https://arxiv.org/abs/2504.12369">
369
+ <img src="https://img.shields.io/badge/arXiv-Paper-red"/>
370
+ </a>
 
371
  </div>
 
 
 
 
 
372
  """
373
+ )
374
 
375
  gr.Markdown(
376
  """