From 70861c7ce3d2e94269c2d4d8e0caf30614c7cb63 Mon Sep 17 00:00:00 2001 From: adamreis Date: Mon, 16 Jan 2023 22:42:01 -0800 Subject: [PATCH] Fix tiny transcribe() docstring typo (#857) s/successfully/successively, which I believe was the intent. --- whisper/transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/transcribe.py b/whisper/transcribe.py index a4c3326..c76b5c2 100644 --- a/whisper/transcribe.py +++ b/whisper/transcribe.py @@ -44,7 +44,7 @@ def transcribe( If False, displays minimal details. If None, does not display anything temperature: Union[float, Tuple[float, ...]] - Temperature for sampling. It can be a tuple of temperatures, which will be successfully used + Temperature for sampling. It can be a tuple of temperatures, which will be successively used upon failures according to either `compression_ratio_threshold` or `logprob_threshold`. compression_ratio_threshold: float