From 106505bf2cf2f6ff365b82e955f2386ca424f63b Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:17:10 -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 b5cec9c..2b8efc8 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -673,7 +673,7 @@ whisper_languages = { if __name__ == "__main__": import uvicorn - print(f"Subgen {subgen_version}") + 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")