Views
No views yet
GET /healthPOST /whisperx with multipart field audio_input plus optional form fields
language, model, and alignPOST /align with multipart field audio_input, required segments_json,
and optional language (default zh). This aligns a known transcript without
loading or rerunning the Whisper transcription model.hf_asr_space/ before using
videodub run --spoken-alignment whisperx. --spoken-alignment auto remains
usable during rollout because it falls back to proportional timing when an old
Space returns 404 for /align.1export HF_TOKEN=hf_xxx
2hf upload lifengmds/videodub-whisperx hf_asr_space . \
3 --repo-type space \
4 --commit-message "Add transcript forced-alignment endpoint"HF_TOKEN as a Space secret when private or gated Hugging Face models are
needed.