From 5c46fac10203253331801b9fa52555218f3a1ac9 Mon Sep 17 00:00:00 2001 From: Littin Rajan Date: Fri, 7 Jun 2024 17:33:54 +0530 Subject: [PATCH] Update README.md Fixed whisper doc. Changed 'Run the following to view all available options:' to 'Run the help command to view detailed list of commands, options, and usage instructions:' for better understanding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afca9c9..02aa4a9 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Adding `--task translate` will translate the speech into English: whisper japanese.wav --language Japanese --task translate -Run the following to view all available options: +Run the `help` command to view detailed list of commands, options, and usage instructions: whisper --help