mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Merge 3d3da3118ffaf94ba87cfc3a12de26420e544962 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2
This commit is contained in:
commit
6c60e316f0
@ -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.
|
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
|
## Python usage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user