Merge pull request #96 from Stv-X/typo-fix

Typo fix in whisper/README
This commit is contained in:
Awni Hannun 2023-12-13 16:28:03 -08:00 committed by GitHub
commit af2e2b40f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# whisper # Whisper
Speech recognition with Whisper in MLX. Whisper is a set of open source speech Speech recognition with Whisper in MLX. Whisper is a set of open source speech
recognition models from OpenAI, ranging from 39 million to 1.5 billion recognition models from OpenAI, ranging from 39 million to 1.5 billion
@ -15,7 +15,7 @@ pip install -r requirements.txt
Install [`ffmpeg`](https://ffmpeg.org/): Install [`ffmpeg`](https://ffmpeg.org/):
``` ```
# on MacOS using Homebrew (https://brew.sh/) # on macOS using Homebrew (https://brew.sh/)
brew install ffmpeg brew install ffmpeg
``` ```