Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Jul 19, 2024
1 parent f1ed806 commit d296bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d296bbc

Please sign in to comment.