diff --git a/whisper/transcribe.py b/whisper/transcribe.py index 01a94d4..4752650 100644 --- a/whisper/transcribe.py +++ b/whisper/transcribe.py @@ -501,6 +501,7 @@ def transcribe( text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]), segments=all_segments, language=language, + content_duration=content_duration ) return dict(