runtime error

Exit code: 1. Reason: ttps://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. return torch.load(f, map_location=map_location, **kwargs) /usr/local/lib/python3.11/site-packages/gradio/components/dropdown.py:103: UserWarning: The `max_choices` parameter is ignored when `multiselect` is False. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 239, in <module> gr.Audio( File "/usr/local/lib/python3.11/site-packages/gradio/blocks.py", line 115, in wrapper return fn(self, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/components/audio.py", line 128, in __init__ IOComponent.__init__( File "/usr/local/lib/python3.11/site-packages/gradio/components/base.py", line 189, in __init__ else self.postprocess(initial_value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/components/audio.py", line 348, in postprocess file_path = self.make_temp_copy_if_needed(y) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/components/base.py", line 233, in make_temp_copy_if_needed temp_dir = self.hash_file(file_path) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/components/base.py", line 197, in hash_file with open(file_path, "rb") as f: ^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'examples/female2.wav'

Container logs:

Fetching error logs...