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

weird issue #135

Closed cupcakev3 closed 1 year ago

cupcakev3 commented 1 year ago

I got it to work one time with the new
writer.write_result( whispers[k], f, options )

now its giving me an error code when I use that code

TypeError Traceback (most recent call last) in <cell line: 155>() 217 with open(outpath,'w') as f: 218 # to do: upstream PR to control verbosity --> 219 writer.write_result( 220 whispers[k], 221 f,