Spaces:
Running on Zero
Running on Zero
multimodalart HF Staff
Fix README frontmatter: remove hardware list, fix startup_duration_timeout format
8e23cd3 verified A newer version of the Gradio SDK is available: 6.26.0
metadata
title: GestureLSM
emoji: 🤸
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 5.23.3
app_file: app.py
python_version: '3.10'
short_description: Latent Shortcut based Co-Speech Gesture Generation
startup_duration_timeout: 30m
GestureLSM: Latent Shortcut based Co-Speech Gesture Generation
This Space demonstrates GestureLSM, a flow-matching-based framework for co-speech gesture generation. Given an audio clip, the model generates realistic full-body gestures synchronized with the speech.
How it works
- Upload an audio clip (or use one of the provided examples)
- The model extracts audio features (onset + amplitude) and word-level text features (via Whisper ASR)
- A spatial-temporal flow-matching model generates gesture latents
- Pretrained RVQVAE decoders convert latents to body-part-specific poses (upper body, hands, lower body)
- SMPLX model renders the poses to a 3D mesh, which is rendered to video
Notes
- Face animation is fixed; only body motion is generated
- Inference takes 1-4 minutes depending on audio length
- The model uses the BEAT dataset's speaker-independent weights from pliu23/GestureLSM