runtime error

Exit code: 1. Reason: [DEBUG 09:46:47] Descargando... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. model.pkl: 0%| | 0.00/87.5M [00:00<?, ?B/s] model.pkl: 0%| | 0.00/87.5M [00:01<?, ?B/s] model.pkl: 0%| | 0.00/87.5M [00:02<?, ?B/s] model.pkl: 100%|██████████| 87.5M/87.5M [00:02<00:00, 32.0MB/s] [DEBUG 09:46:50] Cargando estructura... /usr/local/lib/python3.11/site-packages/fastai/learner.py:455: UserWarning: load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust. If you only need to load model weights and optimizer state, use the safe `Learner.load` instead. warn("load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust.\nIf you only need to load model weights and optimizer state, use the safe `Learner.load` instead.") [DEBUG 09:46:50] ERROR FATAL: cannot access local variable 'res' where it is not associated with a value Traceback (most recent call last): File "/app/app.py", line 37, in <module> raise e File "/app/app.py", line 29, in <module> learn = load_learner(model_path) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/fastai/learner.py", line 465, in load_learner res.dls.cpu() ^^^ UnboundLocalError: cannot access local variable 'res' where it is not associated with a value

Container logs:

Fetching error logs...