From d296bbce28ee0f92e53b735da19c947765243979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99?= Date: Fri, 19 Jul 2024 12:34:58 +0200 Subject: [PATCH] Remove outdated comment --- whisper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper.py b/whisper.py index dd47bef..99df968 100644 --- a/whisper.py +++ b/whisper.py @@ -23,7 +23,7 @@ def run_whisper( ) -> WhisperASROutput: logger = logging.getLogger(__name__) logger.info("Starting model application") - start = time.time() # convert to ms + start = time.time() destination = get_output_file_path(input.source_id, OutputType.TRANSCRIPT) model_location = ( cfg.FILE_SYSTEM.BASE_MOUNT_MODEL