From 8a3417a4dbc098c567f6cc58ada646c43906a667 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:15:05 -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 ce24b73..6201b34 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -673,7 +673,7 @@ whisper_languages = { if __name__ == "__main__": import uvicorn - print(f"Subgen v{subgen_version}") + print(f"Subgen {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")