tengo el siguiente error:
AttributeError Traceback (most recent call last)
/tmp/ipython-input-1541838418.py in <cell line: 0>()
----> 1 model = whisper.load_model("small")
2 result = model.transcribe("/content/Audio.mp3") #sube el archivo antes
3 print(result["text"])
AttributeError: module 'whisper' has no attribute 'load_model'
que se será?