Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,6 +15,6 @@ import mlx_whisper
15
 
16
  result = mlx_whisper.transcribe(
17
  "FILE_NAME",
18
- path_or_hf_repo=mlx-community/whisper-large-v3-turbo,
19
  )
20
  ```
 
15
 
16
  result = mlx_whisper.transcribe(
17
  "FILE_NAME",
18
+ path_or_hf_repo="mlx-community/whisper-large-v3-turbo",
19
  )
20
  ```