We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac730d commit 536602cCopy full SHA for 536602c
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