Skip to content

Commit 0a95acd

Browse files
author
odrec
committed
Add print statement to show WhisperX command in logs
1 parent d48e03e commit 0a95acd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/transcription_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def run_whisperx(temp_mp3_path, lang, model, min_speakers, max_speakers, prompt)
3434
])
3535

3636
# Log the command for debugging
37+
print(f"WHISPERX COMMAND: {' '.join(cmd)}", flush=True)
3738
logging.info(f"Running whisperx command: {' '.join(cmd)}")
3839

3940
# Run the command

0 commit comments

Comments
 (0)