runtime error

Exit code: 1. Reason: config.json: 0%| | 0.00/1.07k [00:00<?, ?B/s] config.json: 100%|██████████| 1.07k/1.07k [00:00<00:00, 5.23MB/s] model.safetensors: 0%| | 0.00/409M [00:00<?, ?B/s] model.safetensors: 2%|▏ | 6.70M/409M [00:01<01:03, 6.32MB/s] model.safetensors: 51%|█████ | 208M/409M [00:02<00:01, 118MB/s]  model.safetensors: 100%|██████████| 409M/409M [00:02<00:00, 157MB/s] tokenizer_config.json: 0%| | 0.00/1.25k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 1.25k/1.25k [00:00<00:00, 6.30MB/s] vocab.txt: 0%| | 0.00/110k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 110k/110k [00:00<00:00, 154MB/s] tokenizer.json: 0%| | 0.00/439k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 439k/439k [00:00<00:00, 64.2MB/s] special_tokens_map.json: 0%| | 0.00/695 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 695/695 [00:00<00:00, 1.78MB/s] Traceback (most recent call last): File "/app/app.py", line 75, in <module> sentiment_label = gr.Label( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 188, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/label.py", line 89, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 188, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 224, in __init__ initial_value = self.postprocess(initial_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/label.py", line 155, in postprocess raise ValueError( ValueError: The `Label` output interface expects one of: a string label, or an int label, a float label, or a dictionary whose keys are labels and values are confidences. Instead, got a <class 'list'>

Container logs:

Fetching error logs...