From def70d84968f27fa1366ce636b654fd719fa96df Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Fri, 31 Mar 2023 18:54:55 +0200 Subject: [PATCH] Update headings in the Usage section --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e00b6d8..87c434d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ GPU execution requires the NVIDIA libraries cuBLAS 11.x and cuDNN 8.x to be inst ## Usage -### Transcription +### Library ```python from faster_whisper import WhisperModel @@ -99,10 +99,9 @@ for segment in segments: See more model and transcription options in the [`WhisperModel`](https://github.com/guillaumekln/faster-whisper/blob/master/faster_whisper/transcribe.py) class implementation. -#### CLI usage - -You can also use [jordimas/whisper-ctranslate2](https://github.com/jordimas/whisper-ctranslate2) to access `faster-whisper` through a CLI interface similar to what is offered by Whisper. +### CLI +You can use [jordimas/whisper-ctranslate2](https://github.com/jordimas/whisper-ctranslate2) to access `faster-whisper` through a CLI interface similar to what is offered by Whisper. ## Model conversion