runtime error

wever version 3.14.0 is available, please upgrade. -------- Cache at /home/user/app/gradio_cached_examples/log.csv not found. Caching now in 'gradio_cached_examples/' directory. /home/user/.local/lib/python3.10/site-packages/torch/nn/functional.py:780: UserWarning: Note that order of the arguments: ceil_mode and return_indices will changeto match the args list in nn.MaxPool2d in a future release. warnings.warn("Note that order of the arguments: ceil_mode and return_indices will change" Exception ignored in: <function BaseCAM.__del__ at 0x7fe17a607130> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/pytorch_grad_cam/base_cam.py", line 196, in __del__ self.activations_and_grads.release() AttributeError: 'GradCAM' object has no attribute 'activations_and_grads' Traceback (most recent call last): File "/home/user/app/app.py", line 90, in <module> interface = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 420, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 747, in process predictions = self.run_prediction(processed_input) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 711, in run_prediction prediction = predict_fn(*processed_input) File "/home/user/app/app.py", line 69, in predict cam = GradCAM(model=model, target_layers=target_layers, use_cuda=use_cuda) TypeError: GradCAM.__init__() got an unexpected keyword argument 'use_cuda'

Container logs:

Fetching error logs...