runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/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 "/home/user/app/app.py", line 34, in <module> image = gr.inputs.Image(shape=(512, 512)) AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...