From 4e28492dbd412ad4286e01474154817495013e1a Mon Sep 17 00:00:00 2001 From: awerks Date: Thu, 17 Aug 2023 14:57:53 +0200 Subject: [PATCH] Update alignment.py --- whisperx/alignment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whisperx/alignment.py b/whisperx/alignment.py index d98c290..5608f49 100644 --- a/whisperx/alignment.py +++ b/whisperx/alignment.py @@ -98,9 +98,9 @@ def align( device: str, interpolate_method: str = "nearest", return_char_alignments: bool = False, - print_progress = False, - combined_progress = False, - total_segments = 0 + print_progress: bool = False, + combined_progress: bool = False, + total_segments: int = 0 ) -> AlignedTranscriptionResult: """ Align phoneme recognition predictions to known transcription.