From 59d3a0ee49e60b504be4425a7af3ac56ad3f651b Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:05:13 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index dda1bc6..565eaca 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -673,11 +673,11 @@ whisper_languages = { if __name__ == "__main__": import uvicorn + print(f"Subgen v{subgen_version}") print("Starting Subgen with listening webhooks!") 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: