From: bocytko Date: Fri, 14 Apr 2023 16:25:23 +0000 (+0200) Subject: readme : add shell command example for --print-colors (#710) X-Git-Tag: upstream/1.7.4~1510 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ccb47e7e109bc84dc1a2baff55fcf9451afc0a41;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : add shell command example for --print-colors (#710) The section of the readme file explaining `--print-colors` includes only a screenshot with directories that are inconsistent with other examples. This commit adds an example shell command, consistent with the remaining examples. --- diff --git a/README.md b/README.md index 8b5901f0..708031e5 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,10 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a Adding the `--print-colors` argument will print the transcribed text using an experimental color coding strategy to highlight words with high or low confidence: +```java +./main -m models/ggml-base.en.bin -f samples/gb0.wav --print-colors +``` + image ## Controlling the length of the generated text segments (experimental)