diff --git a/whisper/transcribe.py b/whisper/transcribe.py index 0a4cc36..4499841 100644 --- a/whisper/transcribe.py +++ b/whisper/transcribe.py @@ -511,6 +511,8 @@ def transcribe( text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]), segments=all_segments, language=language, + content_frames=content_frames, + dtype=str(dtype), )