video-2-text
video-2-text copied to clipboard
AttributeError: module 'whisper' has no attribute 'load_model'
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