Update subgen.py
This commit is contained in:
@@ -673,11 +673,11 @@ whisper_languages = {
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
print(f"Subgen v{subgen_version}")
|
||||||
print("Starting Subgen with listening webhooks!")
|
print("Starting Subgen with listening webhooks!")
|
||||||
print(f"Transcriptions are limited to running {str(concurrent_transcriptions)} at a time")
|
print(f"Transcriptions are limited to running {str(concurrent_transcriptions)} at a time")
|
||||||
print(f"Running {str(whisper_threads)} threads per transcription")
|
print(f"Running {str(whisper_threads)} threads per transcription")
|
||||||
print(f"Using {transcribe_device} to encode")
|
print(f"Using {transcribe_device} to encode")
|
||||||
print(f"Subgen v{subgen_version}")
|
|
||||||
if hf_transformers:
|
if hf_transformers:
|
||||||
print(f"Using Hugging Face Transformers")
|
print(f"Using Hugging Face Transformers")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user