--- title: ABot-World Interactive emoji: 🌍 colorFrom: gray colorTo: red sdk: gradio app_file: app.py pinned: false short_description: Interactive action-conditioned world rollout from one image python_version: "3.10" startup_duration_timeout: 40m --- # 🌍 ABot-World — Interactive World Rollout Turn a single image into a navigable world. Provide a first-frame image, describe the scene, and choose an action (WASD to move / IJKL to look). The model autoregressively rolls out an action-conditioned video of the world. - **Model:** [`acvlab/ABot-World-0-5B-LF`](https://huggingface.co/acvlab/ABot-World-0-5B-LF) (built on Wan2.2-TI2V-5B) - **Code:** [amap-cvlab/ABot-World](https://github.com/amap-cvlab/ABot-World) - **Project:** [ABot-World](https://amap-cvlab.github.io/ABot-World/) This Space adapts the upstream real-time interactive web client into a request/response rollout suitable for ZeroGPU: instead of live keyboard streaming, you pick one action to hold and a rollout length, and receive a video. Inference is causal / block-wise, matching the upstream `CausalInferencePipeline`.