runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> whisper_model = whisper.load_model("base") AttributeError: module 'whisper' has no attribute 'load_model' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> from whisper import Whisper ImportError: cannot import name 'Whisper' from 'whisper' (/usr/local/lib/python3.10/site-packages/whisper.py)

Container logs:

Fetching error logs...