runtime error

Exit code: 1. Reason: arning: Importing SentenceTransformerEmbeddings from langchain.embeddings is deprecated. Please replace deprecated imports: >> from langchain.embeddings import SentenceTransformerEmbeddings with new imports of: >> from langchain_community.embeddings import SentenceTransformerEmbeddings You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.embeddings import SentenceTransformerEmbeddings /home/user/app/app.py:7: LangChainDeprecationWarning: Importing FAISS from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import FAISS with new imports of: >> from langchain_community.vectorstores import FAISS You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.vectorstores import FAISS /home/user/app/app.py:10: LangChainDeprecationWarning: Importing HuggingFacePipeline from langchain.llms is deprecated. Please replace deprecated imports: >> from langchain.llms import HuggingFacePipeline with new imports of: >> from langchain_community.llms import HuggingFacePipeline You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.llms.huggingface_pipeline import HuggingFacePipeline /usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py:237: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 153, in <module> with gr.Box(): AttributeError: module 'gradio' has no attribute 'Box'

Container logs:

Fetching error logs...