๐๏ธ Word-Level Timestamps
Upload a .wav file โ get word + start/end time. Decoded directly via faster_whisper (no custom PCM format needed) and accelerated with batched inference for speed. Handles up to 5 simultaneous transcriptions.
API users: call via gradio_client.Client("don0726/Whis"), then
job = client.submit(wav_file=handle_file("audio.wav"), 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