xizaoqu
commited on
Commit
·
fce0861
1
Parent(s):
2ba875f
update
Browse files
app.py
CHANGED
|
@@ -357,6 +357,19 @@ with gr.Blocks(css=css) as demo:
|
|
| 357 |
gr.Markdown(
|
| 358 |
"""
|
| 359 |
# WORLDMEM: Long-term Consistent World Simulation with Memory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 360 |
"""
|
| 361 |
)
|
| 362 |
|
|
@@ -372,33 +385,13 @@ with gr.Blocks(css=css) as demo:
|
|
| 372 |
|
| 373 |
- You can continuously click **"Generate"** to **extend the video** and observe how well the world maintains consistency over time.
|
| 374 |
- For best performance, we recommend **running locally** (1s/frame on H100) instead of Spaces (5s/frame).
|
| 375 |
-
- ⭐️ If you like this project, please [give it a star on GitHub]()!
|
| 376 |
- 💬 For questions or feedback, feel free to open an issue or email me at **[email protected]**.
|
| 377 |
|
| 378 |
Happy exploring! 🌍
|
| 379 |
"""
|
| 380 |
)
|
| 381 |
-
|
| 382 |
-
# <!-- Public Website -->
|
| 383 |
-
# <a style="display:inline-block" href="https://nirvanalan.github.io/projects/GA/">
|
| 384 |
-
# <img src="https://img.shields.io/badge/public_website-8A2BE2">
|
| 385 |
-
# </a>
|
| 386 |
-
|
| 387 |
-
# <!-- GitHub Stars -->
|
| 388 |
-
# <a style="display:inline-block; margin-left: .5em" href="https://github.com/NIRVANALAN/GaussianAnything">
|
| 389 |
-
# <img src="https://img.shields.io/github/stars/NIRVANALAN/GaussianAnything?style=social">
|
| 390 |
-
# </a>
|
| 391 |
-
|
| 392 |
-
# <!-- Project Page -->
|
| 393 |
-
# <a style="display:inline-block; margin-left: .5em" href="https://nirvanalan.github.io/projects/GA/">
|
| 394 |
-
# <img src="https://img.shields.io/badge/project_page-blue">
|
| 395 |
-
# </a>
|
| 396 |
-
|
| 397 |
-
# <!-- arXiv Paper -->
|
| 398 |
-
# <a style="display:inline-block; margin-left: .5em" href="https://arxiv.org/abs/XXXX.XXXXX">
|
| 399 |
-
# <img src="https://img.shields.io/badge/arXiv-paper-red">
|
| 400 |
-
# </a>
|
| 401 |
-
# </div>
|
| 402 |
|
| 403 |
example_actions = {"turn left→turn right": "AAAAAAAAAAAADDDDDDDDDDDD",
|
| 404 |
"turn 360 degree": "AAAAAAAAAAAAAAAAAAAAAAAA",
|
|
|
|
| 357 |
gr.Markdown(
|
| 358 |
"""
|
| 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 |
)
|
| 375 |
|
|
|
|
| 385 |
|
| 386 |
- You can continuously click **"Generate"** to **extend the video** and observe how well the world maintains consistency over time.
|
| 387 |
- For best performance, we recommend **running locally** (1s/frame on H100) instead of Spaces (5s/frame).
|
| 388 |
+
- ⭐️ If you like this project, please [give it a star on GitHub](https://github.com/xizaoqu/WorldMem)!
|
| 389 |
- 💬 For questions or feedback, feel free to open an issue or email me at **[email protected]**.
|
| 390 |
|
| 391 |
Happy exploring! 🌍
|
| 392 |
"""
|
| 393 |
)
|
| 394 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 395 |
|
| 396 |
example_actions = {"turn left→turn right": "AAAAAAAAAAAADDDDDDDDDDDD",
|
| 397 |
"turn 360 degree": "AAAAAAAAAAAAAAAAAAAAAAAA",
|