Update subgen.py

This commit is contained in:
McCloudS
2024-03-05 13:12:07 -07:00
committed by GitHub
parent b7400dcece
commit 80576a2c50

View File

@@ -114,7 +114,7 @@ def progress(seek, total):
sys.stderr.flush()
if(docker_status) == 'Docker':
percent = ((seek / total) * 100)
logging.info(f"Progress: {seek}/{total} ({percent:.2f}%)")
logging.info(f"Transcribe: {percent:.2f}% {seek}/{total} seconds")
TIME_OFFSET = 5