video-2-text icon indicating copy to clipboard operation
video-2-text copied to clipboard

AttributeError: module 'whisper' has no attribute 'load_model'

Open philosadelphos opened this issue 1 year ago • 0 comments

How can we solve for this ? Already tried using only 'load' instead of 'load_model' in main python file

model = whisper.load_model(model_name)

or

model = whisper.load(model_name)

neither worked

philosadelphos avatar Jan 21 '24 15:01 philosadelphos