runtime error

Cache at /home/user/app/gradio_cached_examples/log.csv not found. Caching now in 'gradio_cached_examples/' directory. Traceback (most recent call last): File "app.py", line 39, in <module> gr.Interface( File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 420, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 748, in process predictions = self.run_prediction(processed_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 712, in run_prediction prediction = predict_fn(*processed_input) File "app.py", line 12, in classify_image model = xrv.models.get_model(model_name, from_hf_hub=True) File "/home/user/.local/lib/python3.8/site-packages/torchxrayvision/models.py", line 445, in get_model return DenseNet(weights=weights, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/torchxrayvision/models.py", line 173, in __init__ config_file = hub.cached_download(config_file_url) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 729, in cached_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...