mirror of
https://github.com/openai/whisper.git
synced 2025-11-26 23:46:09 +00:00
Added number content_frames and dtype to transcribe resultsf
This commit is contained in:
parent
e58f288045
commit
4ff9e1fa50
@ -378,6 +378,8 @@ def transcribe(
|
||||
text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]),
|
||||
segments=all_segments,
|
||||
language=language,
|
||||
content_frames=content_frames,
|
||||
dtype=str(dtype),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user