Help requested: running !whisper command yields an error in Google Colaboratory #1222
Unanswered
perplexed-paperclip
asked this question in
Q&A
Replies: 1 comment 1 reply
-
your files is corrupted, you should test other files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening, I was hoping someone could help me decipher and resolve the error message I keep getting when I attempt to run Whisper AI using Google Colaboratory.
For context: I am not a coder. At all. The only reason I have made it this far is because I am trying to follow the instructions laid out in this YouTube video ( https://www.youtube.com/watch?v=8SQV-B83tPU ), copy-pasting all necessary code as prompted in its description. I have successfully installed Google Colaboratory and opened an .ipynb file... and to the best of my knowledge, installing Whisper was also a success. The trouble is when I attempt to run its... activation code, I believe? Pasting and running this...
!whisper "core lecture 2.mp4" --model medium
...has consistently returned the string below:The odd thing is, I have been able to run the code once before (the implied previous "lecture 1") - admittedly, "lecture 1" also failed to transcribe the first two times, only to unexpectedly transcribe the MP4 file's entire two hour duration on my next. And for the life of me, I cannot remember what was different when that third attempt worked... that string is long gone now, I foolishly deleted the cell when I tried to move on to transcribing "lecture 2."
After failing to get results at least five more times, (plus exiting the program, restarting the session, etc.), I think I'm in way over my head. Please tell me plainly where I have gone wrong, and if you have answers, I would greatly appreciate if you 1) gave me step-by-step, idiot-proof directions what to do, and 2) write any code I need in its full form, exactly how it should be written in a cell so I may paste it where needed.
Thank you for your time, and apologies in advance.
Beta Was this translation helpful? Give feedback.
All reactions