runtime error

Exit code: 1. Reason: 0.00/26.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 26.0/26.0 [00:00<00:00, 192kB/s] config.json: 0%| | 0.00/666 [00:00<?, ?B/s] config.json: 100%|██████████| 666/666 [00:00<00:00, 5.49MB/s] vocab.json: 0%| | 0.00/1.04M [00:00<?, ?B/s] vocab.json: 100%|██████████| 1.04M/1.04M [00:00<00:00, 121MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s] merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 43.5MB/s] tokenizer.json: 0%| | 0.00/1.36M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 1.36M/1.36M [00:00<00:00, 69.1MB/s] model.safetensors: 0%| | 0.00/3.25G [00:00<?, ?B/s] model.safetensors: 0%| | 10.5M/3.25G [00:01<06:42, 8.04MB/s] model.safetensors: 12%|█▏ | 377M/3.25G [00:02<00:14, 192MB/s]  model.safetensors: 22%|██▏ | 713M/3.25G [00:03<00:10, 251MB/s] model.safetensors: 38%|███▊ | 1.23G/3.25G [00:04<00:05, 347MB/s] model.safetensors: 52%|█████▏ | 1.69G/3.25G [00:05<00:04, 387MB/s] model.safetensors: 66%|██████▌ | 2.14G/3.25G [00:06<00:02, 407MB/s] model.safetensors: 82%|████████▏ | 2.66G/3.25G [00:07<00:01, 443MB/s] model.safetensors: 100%|█████████▉| 3.25G/3.25G [00:08<00:00, 390MB/s] generation_config.json: 0%| | 0.00/124 [00:00<?, ?B/s] generation_config.json: 100%|██████████| 124/124 [00:00<00:00, 1.04MB/s] 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...