-
The error I'm getting is: ImportError: cannot import name 'write_vtt' from 'whisper.utils' (/usr/local/lib/python3.8/dist-packages/whisper/utils.py) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Never mind I found the answer here #880 |
Beta Was this translation helpful? Give feedback.
-
from whisper.utils import write_srt The suggested fix is to pip install just I am using |
Beta Was this translation helpful? Give feedback.
Never mind I found the answer here #880