AbeEstrada
commited on
Commit
•
825d5ce
1
Parent(s):
d525334
Update README.md
Browse filesAdd path to the model
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 |
```
|