Kimang18 commited on
Commit
c437e3d
·
verified ·
1 Parent(s): fe1296e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ result = mlx_whisper.transcribe(
21
  )
22
  print(result['text']) # print khmer text in SPEECH_FILE_NAME
23
  ```
24
- Then execute this script to see the result.
25
 
26
  You can also use command line in terminal
27
 
 
21
  )
22
  print(result['text']) # print khmer text in SPEECH_FILE_NAME
23
  ```
24
+ Then execute this script `example.py` to see the result.
25
 
26
  You can also use command line in terminal
27