runtime error
Exit code: 1. Reason: .0 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 26.0/26.0 [00:00<00:00, 232kB/s] config.json: 0%| | 0.00/666 [00:00<?, ?B/s][A config.json: 100%|██████████| 666/666 [00:00<00:00, 3.72MB/s] vocab.json: 0%| | 0.00/1.04M [00:00<?, ?B/s][A vocab.json: 100%|██████████| 1.04M/1.04M [00:00<00:00, 23.1MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s][A merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 40.8MB/s] tokenizer.json: 0%| | 0.00/1.36M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 1.36M/1.36M [00:00<00:00, 8.39MB/s] model.safetensors: 0%| | 0.00/3.25G [00:00<?, ?B/s][A model.safetensors: 4%|▎ | 115M/3.25G [00:01<00:42, 74.0MB/s][A model.safetensors: 10%|▉ | 315M/3.25G [00:02<00:22, 130MB/s] [A model.safetensors: 32%|███▏ | 1.05G/3.25G [00:03<00:05, 371MB/s][A model.safetensors: 45%|████▌ | 1.47G/3.25G [00:04<00:04, 374MB/s][A model.safetensors: 59%|█████▉ | 1.93G/3.25G [00:05<00:03, 401MB/s][A model.safetensors: 75%|███████▍ | 2.43G/3.25G [00:06<00:01, 433MB/s][A model.safetensors: 97%|█████████▋| 3.15G/3.25G [00:07<00:00, 520MB/s][A model.safetensors: 100%|█████████▉| 3.25G/3.25G [00:07<00:00, 406MB/s] generation_config.json: 0%| | 0.00/124 [00:00<?, ?B/s][A 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...