runtime error
Exit code: 1. Reason: 6 [00:00<?, ?B/s][A config.json: 100%|██████████| 666/666 [00:00<00:00, 5.28MB/s] vocab.json: 0%| | 0.00/1.04M [00:00<?, ?B/s][A vocab.json: 100%|██████████| 1.04M/1.04M [00:00<00:00, 50.9MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s][A merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 34.9MB/s] tokenizer.json: 0%| | 0.00/1.36M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 1.36M/1.36M [00:00<00:00, 105MB/s] model.safetensors: 0%| | 0.00/3.25G [00:00<?, ?B/s][A model.safetensors: 1%| | 31.5M/3.25G [00:01<01:44, 30.9MB/s][A model.safetensors: 7%|▋ | 220M/3.25G [00:02<00:24, 122MB/s] [A model.safetensors: 13%|█▎ | 419M/3.25G [00:03<00:18, 150MB/s][A model.safetensors: 18%|█▊ | 577M/3.25G [00:04<00:20, 133MB/s][A model.safetensors: 36%|███▌ | 1.15G/3.25G [00:05<00:07, 273MB/s][A model.safetensors: 50%|████▉ | 1.61G/3.25G [00:06<00:04, 330MB/s][A model.safetensors: 60%|██████ | 1.96G/3.25G [00:08<00:04, 276MB/s][A model.safetensors: 78%|███████▊ | 2.52G/3.25G [00:09<00:02, 352MB/s][A model.safetensors: 93%|█████████▎| 3.03G/3.25G [00:10<00:00, 391MB/s][A model.safetensors: 100%|█████████▉| 3.25G/3.25G [00:11<00:00, 293MB/s] generation_config.json: 0%| | 0.00/124 [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 124/124 [00:00<00:00, 903kB/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...