From a3936e86c6c4723668d029541375faa5cc0a2755 Mon Sep 17 00:00:00 2001 From: stein Date: Wed, 16 Aug 2023 22:39:38 +0500 Subject: [PATCH] Updated documents to show sample execution command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7cf3ec3..a7d42d0 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,9 @@ The translated audio is not perfect but it can still translate the point of the The code and the model weights of Whisper are released under the MIT License. See their [repo](https://github.com/openai/whisper#license) for more information. The code of this repo is under MIT License. See [LICENSE](LICENSE) for further details. +## Example +```python audioWhisper.py --devices true``` +It will return the list of devices with their IDs that can be used +```python audioWhisper.py --device_index 6 --model small.en``` +Executing the script with device ID of 6 and model name being "small.en" \ No newline at end of file