Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Nov 14, 2024
1 parent 85ce05a commit 65d3627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faster_whisper/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,9 @@ def transcribe(
hotwords=hotwords,
)

segments = self.generate_segments(features, tokenizer, options, encoder_output)
segments = self.generate_segments(
features, tokenizer, options, log_progress, encoder_output
)

if speech_chunks:
segments = restore_speech_timestamps(segments, speech_chunks, sampling_rate)
Expand Down

0 comments on commit 65d3627

Please sign in to comment.