From 75bce58469fea55b2a57adb0ad4dc97c7870731d Mon Sep 17 00:00:00 2001 From: faker Date: Mon, 22 May 2023 12:46:08 +0800 Subject: Fix accidental semicolon typo --- Scripts/transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/transcribe.py b/Scripts/transcribe.py index 1d19543..c066957 100644 --- a/Scripts/transcribe.py +++ b/Scripts/transcribe.py @@ -252,7 +252,7 @@ def transcribeAudio(audio_state, model, use_cpu: bool): old_text = audio_state.text audio_state.text = string_matcher.matchStrings(audio_state.text, - text, window_size = 25); + text, window_size = 25) now = time.time() print("Transcription ({} seconds): {}".format( -- cgit v1.2.3