runtime error

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/solara/server/app.py", line 73, in __init__ app = self._execute() ^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/solara/server/app.py", line 123, in _execute routes = [solara.autorouting._generate_route_path(self.path, first=True, initial_namespace=initial_namespace)] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/solara/autorouting.py", line 516, in _generate_route_path module = source_to_module(subpath, initial_namespace=initial_namespace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/solara/autorouting.py", line 38, in source_to_module exec(ast, mod.__dict__) File "/home/user/app/app.py", line 10, in <module> tokenizer = AutoTokenizer.from_pretrained('Aleksandar1932/gpt2-spanish-classics') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/transformers/models/auto/tokenization_auto.py", line 899, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/transformers/tokenization_utils_base.py", line 2094, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'Aleksandar1932/gpt2-spanish-classics'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'Aleksandar1932/gpt2-spanish-classics' is the correct path to a directory containing all relevant files for a GPT2TokenizerFast tokenizer.

Container logs:

Fetching error logs...