runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 128, in <module> run_chatbot_with_gradio() File "/home/user/app/app.py", line 123, in run_chatbot_with_gradio whisper_model = initialize_whisper() # Inicializar el modelo de Whisper File "/home/user/app/app.py", line 41, in initialize_whisper model = whisper.load_model("base") AttributeError: module 'whisper' has no attribute 'load_model'

Container logs:

Fetching error logs...