runtime error

| 0.00/28.0 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 28.0/28.0 [00:00<00:00, 24.8kB/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, 69.7MB/s] Downloading (…)/main/tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] Downloading (…)/main/tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 256MB/s] Some weights of the model checkpoint at bert-base-uncased were not used when initializing BertModel: ['cls.predictions.transform.dense.bias', 'cls.predictions.decoder.weight', 'cls.seq_relationship.weight', 'cls.predictions.transform.dense.weight', 'cls.predictions.bias', 'cls.predictions.transform.LayerNorm.weight', 'cls.seq_relationship.bias', 'cls.predictions.transform.LayerNorm.bias'] - This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model). - This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). Traceback (most recent call last): File "app.py", line 126, in <module> demo = gr.Interface(fn=everything, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 242, in __init__ self.input_components = [ File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 243, in <listcomp> get_component_instance(i, render=False) for i in inputs # type: ignore File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 6279, in get_component_instance raise ValueError( ValueError: Component must provided as a `str` or `dict` or `Component` but is <class 'gradio.components.UploadButton'>

Container logs:

Fetching error logs...