๐๏ธ Word-Level Timestamps
Upload pcm.bin โ get word + start/end time.
Supports large files (memory-mapped, streamed progress).
Handles up to 3 simultaneous transcriptions.
API users: call via gradio_client.Client("don0726/Whis"), then
job = client.submit(pcm_file=handle_file("pcm.bin"), language="en", api_name="/api_transcribe") and iterate for event in job: to see
live progress + the final result. Check /api_status first to see
current server capacity. See the "View API" link in this page's
footer for full request/response details.
๐ Language