multimodalart's picture
multimodalart HF Staff
Initial ABot-World interactive rollout demo
28404e6 verified
|
Raw
History Blame Contribute Delete
1.11 kB

A newer version of the Gradio SDK is available: 6.20.0

Upgrade
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.

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.