Merge 3d3da3118ffaf94ba87cfc3a12de26420e544962 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
Manisankar S 2025-11-10 11:36:48 +05:30 committed by GitHub
commit 6c60e316f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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