docs: add example for Tamil speech-to-text usage

This commit is contained in:
Manisankar 2025-11-10 11:35:51 +05:30
parent c0d2f624c0
commit 3d3da3118f

View File

@ -109,6 +109,11 @@ whisper --help
See [tokenizer.py](https://github.com/openai/whisper/blob/main/whisper/tokenizer.py) for the list of all available languages.
## Quick Start
Transcribe audio with Whisper in one line:
```bash
whisper audio.mp3 --model turbo
## Python usage