We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cba655 commit 27c5e63Copy full SHA for 27c5e63
sdp/processors/inference/asr/faster_whisper/faster_whisper_inference.py
@@ -388,7 +388,7 @@ def _write_words(words: List[Dict]):
388
389
output_words_filepath = None
390
if self.config.inference.word_timestamps:
391
- output_words_filepath = _write_words(output_words_filepath, sample_words)
+ output_words_filepath = _write_words(sample_words)
392
393
return dict(segments = output_segments_filepath, words = output_words_filepath)
394
0 commit comments