Update README.md (#1)
Browse files- Update README.md (825d5ce53405dd148db2c53bec8e175cfce59364)
Co-authored-by: Abe Estrada <AbeEstrada@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -12,5 +12,5 @@ cd mlx-examples/whisper/
|
|
| 12 |
pip install -r requirements.txt
|
| 13 |
|
| 14 |
>> import whisper
|
| 15 |
-
>> whisper.transcribe("FILE_NAME")
|
| 16 |
```
|
|
|
|
| 12 |
pip install -r requirements.txt
|
| 13 |
|
| 14 |
>> import whisper
|
| 15 |
+
>> whisper.transcribe("FILE_NAME", path_or_hf_repo="mlx-community/whisper-large-v3-mlx-8bit")
|
| 16 |
```
|