EbaraKoji / youtube-downloader

MIT License
0 stars 0 forks source link

[Feature Request] add progress bar in generating caption with whisper #6

Closed EbaraKoji closed 2 months ago

EbaraKoji commented 2 months ago

When using large models, the execution time can be long(over 10 minutes). Need to add tqdm library to see if execution is not going wrong...

EbaraKoji commented 2 months ago

Adding verbose=True to model.transcribe() is sufficient. Really slow when using large-v3, but it's not a bug.