Update README.md
Browse files
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 |
|