Open shkstar opened 4 days ago
please use a debugger and check the value of audio
or upload the audio file here
I turn youtube video to wav using ! pip install yt-
Type of video_path_local: <class 'str'> File exists: True File size: 22384718 Error processing 9ez8lm9I26Y.wav: expected np.ndarray (got numpy.ndarray)
I am using BatchedInferencePipeline of faster whisper in Google Colab by
! pip install --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/refs/heads/master.tar.gz" ! pip install ctranslate2==4.4.0
Today when I execute the transcription it showed below error msg:
May I ask what is the problem and how to solve? It is weird that it used to work without problems.