runtime error

Space failed to start. Exit code: 1. Reason: INFO:matplotlib.font_manager:generated new fontManager /home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:27: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `numeric` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/blocks.py:722: UserWarning: api_name predict already exists, using predict_1 warnings.warn( Traceback (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/gpt_index/utils.py", line 42, in tokenizer import transformers ModuleNotFoundError: No module named 'transformers' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 49, in <module> index = construct_index("docs") File "app.py", line 14, in construct_index prompt_helper = PromptHelper(max_input_size, num_outputs, max_chunk_overlap, chunk_size_limit=chunk_size_limit) File "/home/user/.local/lib/python3.8/site-packages/gpt_index/indices/prompt_helper.py", line 51, in __init__ self._tokenizer = tokenizer or globals_helper.tokenizer File "/home/user/.local/lib/python3.8/site-packages/gpt_index/utils.py", line 44, in tokenizer raise ImportError( ImportError: `transformers` package not found, please run `pip install transformers`

Container logs:

Fetching error logs...