andito HF staff CesarSchez commited on
Commit
dc5237c
1 Parent(s): 9816646

Update README.md (#1)

Browse files

- Update README.md (ed1ebfc04f2b537b24133b8e09d361ee4388eab7)


Co-authored-by: Cesar S. <[email protected]>

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
  ```