sealad886 AbeEstrada commited on
Commit
04ca5b0
·
verified ·
1 Parent(s): d525334

Update README.md (#1)

Browse files

- Update README.md (825d5ce53405dd148db2c53bec8e175cfce59364)


Co-authored-by: Abe Estrada <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
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
  ```