Update subgen.py

This commit is contained in:
McCloudS
2024-03-04 08:04:39 -07:00
committed by GitHub
parent 1838101577
commit fd2ce78b67

View File

@@ -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: