This simple change adds a tqdm progress bar to the load_faster_whisper() function just like in the regular transcribe function (reference).
From this comment, it is possible to iterate over the segments and update the progress bar with the number of seconds that have passed. This pull request adds that.
This simple change adds a
tqdm
progress bar to theload_faster_whisper()
function just like in the regular transcribe function (reference).From this comment, it is possible to iterate over the segments and update the progress bar with the number of seconds that have passed. This pull request adds that.