Whisper and its many forms

I went back to the original whisperwithVAD that didn't force a specific version, and it seems that after installing a few extra packages, it works fine.

I manually added a new line of code to the setup whisper block before running it to install the packages it was saying were missing:
Code:
!pip install ffmpeg-python srt deepl

It should also work to copy the setup from that original, add the line I mentioned and replace the maintenance version or whichever else version code at that step with it, since those have a few quality of life things added to them so they may be preferred.
Where exactly is added this? Please, someone help me, or fix it.
 
Last edited:
Just press "Show code" for the "Setup Whisper" part and enter it in there:
whisper_tmp_fix.jpg

... looking at that screenshot, they were already theoretically installed, I guess the whisper install messes them up so the original line with them could just be moved to the end instead.

Edit: It seems that spleeter is causing the problem(and preventing the rest of the packages on the line to be installed). Simply deleting spleeter seems to work fine, which makes the code look like this:
whisper_tmp_fix2.jpg
Not sure why or if it's important, but I get an srt with just deleting that.
 
Last edited: