runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name" in HuggingFaceInferenceAPIEmbeddings has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 115, in <module> gr.ChatInterface(fn = predict,chatbot=chatbot)#, fill_height=True, fill_width=True, chatbot=chatbot) File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 177, in __init__ self.chatbot = chatbot.render() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 152, in render raise DuplicateBlockError( gradio.exceptions.DuplicateBlockError: A block with id: 3 has already been rendered in the current Blocks. IMPORTANT: You are using gradio version 4.19.2, however version 4.29.0 is available, please upgrade. -------- IMPORTANT: You are using gradio version 4.19.2, however version 4.29.0 is available, please upgrade. --------
Container logs:
Fetching error logs...