Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		xizaoqu
		
	commited on
		
		
					Commit 
							
							ยท
						
						de66f2b
	
1
								Parent(s):
							
							e6a14ee
								
update
Browse files
    	
        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 | 
            -
             | 
| 364 | 
            -
             | 
| 365 | 
            -
             | 
| 366 | 
            -
             | 
| 367 | 
            -
             | 
| 368 | 
            -
             | 
| 369 | 
            -
             | 
| 370 | 
            -
                         | 
| 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 | 
             
                    """
         | 
