From 086d30ac99486fd3468269aa5c26e2efc51796d5 Mon Sep 17 00:00:00 2001 From: guilhermehge Date: Sat, 23 Sep 2023 16:32:39 -0300 Subject: [PATCH] fixing coding style --- faster_whisper/transcribe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faster_whisper/transcribe.py b/faster_whisper/transcribe.py index c8213d5b..bd725007 100644 --- a/faster_whisper/transcribe.py +++ b/faster_whisper/transcribe.py @@ -374,8 +374,8 @@ def transcribe( language_probability=language_probability, duration=duration, duration_after_vad=duration_after_vad, - speech_chunks = speech_chunks, - sampling_rate = sampling_rate, + speech_chunks=speech_chunks, + sampling_rate=sampling_rate, transcription_options=options, vad_options=vad_parameters, all_language_probs=all_language_probs,