runtime error

Exit code: 1. Reason: /usr/local/lib/python3.12/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.") Traceback (most recent call last): File "/app/app.py", line 16, in <module> learn = load_learner('modelo_pokemon.pkl') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/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...