From fd2ce78b67dac0c71a3c1ee13f8940a1e02d007a Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:04:39 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subgen/subgen.py b/subgen/subgen.py index 8a43cc0..ac18924 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -677,6 +677,7 @@ if __name__ == "__main__": print(f"Transcriptions are limited to running {str(concurrent_transcriptions)} at a time") print(f"Running {str(whisper_threads)} threads per transcription") print(f"Using {transcribe_device} to encode") + print(f"Subgen v{subgen_version}") if hf_transformers: print(f"Using Hugging Face Transformers") else: