runtime error

/usr/local/lib/python3.10/site-packages/langchain/chat_models/__init__.py:31: LangChainDeprecationWarning: Importing chat models from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.chat_models import ChatOpenAI`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 35, in <module> gr.ChatInterface(predict,chatbot=gr.Chatbot(height=300), File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 212, in __init__ raise TypeError( TypeError: Expected a gr.Textbox or gr.MultimodalTextbox component, but got <class 'gradio.components.textbox.Textbox'>

Container logs:

Fetching error logs...