dmarx / video-killed-the-radio-star

Notebook and tools for end-to-end automation of music video production with generative AI
https://colab.research.google.com/github/dmarx/video-killed-the-radio-star/blob/main/Video_Killed_The_Radio_Star_Defusion.ipynb#scrollTo=oPbeyWtesAoh
MIT License
196 stars 35 forks source link

AttributeError: module 'whisper.utils' has no attribute 'write_vtt' #102

Closed HarlanBrothers closed 1 year ago

HarlanBrothers commented 1 year ago

Hi. Excited, but can't get past here and can't find documentation for the error (using Colab):

Transcribing audio with whisper-large elapsed: 15.524232387542725 Transcribing audio with whisper-tiny elapsed: 2.897756814956665

AttributeError Traceback (most recent call last) in 215 with open(outpath,'w') as f: 216 # to do: upstream PR to control verbosity --> 217 whisper.utils.write_vtt( 218 whispers[k]["segments"], # ...really? 219 file=f

AttributeError: module 'whisper.utils' has no attribute 'write_vtt'

Meysmerized commented 1 year ago

https://github.com/dmarx/video-killed-the-radio-star/issues/101#issuecomment-1401322230

HarlanBrothers commented 1 year ago

Great, thanks! That part is fixed. New error now with compiling... will open new issue.