runtime error

/usr/local/lib/python3.10/site-packages/langchain/document_loaders/__init__.py:36: LangChainDeprecationWarning: Importing document loaders 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.document_loaders import DirectoryLoader`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /usr/local/lib/python3.10/site-packages/langchain/embeddings/__init__.py:29: LangChainDeprecationWarning: Importing embeddings 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.embeddings import SentenceTransformerEmbeddings`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /usr/local/lib/python3.10/site-packages/langchain/vectorstores/__init__.py:35: LangChainDeprecationWarning: Importing vector stores 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.vectorstores import Chroma`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( Token has not been saved to git credential helper. Pass `add_to_git_credential=True` if you want to set the git credential as well. Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> login(token = HF_TOKEN) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 110, in login _login(token, add_to_git_credential=add_to_git_credential, write_permission=write_permission) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 306, in _login raise ValueError("Invalid token passed!") ValueError: Invalid token passed!

Container logs:

Fetching error logs...