Spaces:
Running on Zero
Running on Zero
A newer version of the Gradio SDK is available: 6.20.0
metadata
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(built on Wan2.2-TI2V-5B) - Code: amap-cvlab/ABot-World
- Project: 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.