runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 173, in <module> chatbot=gr.Chatbot(show_label=False, avatar_images=(random.choice(['1.png','2,png','3.png','4.png','5.png']), 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"), File "/home/user/.local/lib/python3.10/site-packages/gradio/component_meta.py", line 157, in wrapper return fn(self, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 133, in __init__ processing_utils.move_resource_to_block_cache(avatar_images[0], self), File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 234, in move_resource_to_block_cache return block.move_resource_to_block_cache(url_or_file_path) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 258, in move_resource_to_block_cache temp_file_path = processing_utils.save_file_to_cache( File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 170, in save_file_to_cache temp_dir = hash_file(file_path) File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 102, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/2,png'

Container logs:

Fetching error logs...