runtime error

Downloading (…)okenizer_config.json: 0%| | 0.00/28.0 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 28.0/28.0 [00:00<00:00, 6.41kB/s] Downloading (…)lve/main/config.json: 0%| | 0.00/570 [00:00<?, ?B/s] Downloading (…)lve/main/config.json: 100%|██████████| 570/570 [00:00<00:00, 117kB/s] Downloading (…)solve/main/vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] Downloading (…)solve/main/vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 70.4MB/s] Downloading (…)/main/tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] Downloading (…)/main/tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 218MB/s] {'input_ids': [101, 1999, 1037, 4920, 1999, 1996, 2598, 2045, 2973, 1037, 7570, 10322, 4183, 1012, 102], 'token_type_ids': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'attention_mask': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} Traceback (most recent call last): File "app.py", line 12, in <module> iface = gr.Interface(fn=greet, inputs="text", outputs="test") File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 244, in __init__ self.output_components = [ File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 245, in <listcomp> get_component_instance(o, render=False) for o in outputs # type: ignore File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 6268, in get_component_instance component_obj = component(comp) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 6260, in component obj = utils.component_or_layout_class(cls_name)() File "/home/user/.local/lib/python3.8/site-packages/gradio/utils.py", line 456, in component_or_layout_class raise ValueError(f"No such component or layout: {cls_name}") ValueError: No such component or layout: test

Container logs:

Fetching error logs...