runtime error

r/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 55, in _runner result[0] = await coro File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 278, in create await self.cache() File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 312, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1108, in process_api result = await self.call_function( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 915, in call_function prediction = await anyio.to_thread.run_sync( File "/home/user/.local/lib/python3.8/site-packages/anyio/to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 867, in run result = context.run(func, *args) File "app.py", line 159, in chatbot preprocessed_query = preprocess_query(query) File "app.py", line 113, in preprocess_query return translate(query, "ru", "en") File "app.py", line 20, in translate marian_tokenizer = MarianTokenizer.from_pretrained(model_name) File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/import_utils.py", line 1086, in __getattribute__ requires_backends(cls, cls._backends) File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/import_utils.py", line 1074, in requires_backends raise ImportError("".join(failed)) ImportError: MarianTokenizer requires the SentencePiece library but it was not found in your environment. Checkout the instructions on the installation page of its repo: https://github.com/google/sentencepiece#installation and follow the ones that match your environment. Please note that you may need to restart your runtime after installation.

Container logs:

Fetching error logs...