runtime error

Exit code: 1. Reason: 180MB/s] Some weights of the model checkpoint at blinoff/roberta-base-russian-v0 were not used when initializing RobertaForMaskedLM: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight'] - This IS expected if you are initializing RobertaForMaskedLM 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 RobertaForMaskedLM from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). tokenizer_config.json: 0%| | 0.00/16.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 16.0/16.0 [00:00<00:00, 92.4kB/s] vocab.json: 0%| | 0.00/1.68M [00:00<?, ?B/s] vocab.json: 100%|██████████| 1.68M/1.68M [00:00<00:00, 53.6MB/s] merges.txt: 0%| | 0.00/1.34M [00:00<?, ?B/s] merges.txt: 100%|██████████| 1.34M/1.34M [00:00<00:00, 64.5MB/s] special_tokens_map.json: 0%| | 0.00/150 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 150/150 [00:00<00:00, 1.12MB/s] Device set to use cpu Traceback (most recent call last): File "/app/app.py", line 17, in <module> demo=gr.Interface( fn=predict_mask, ...<4 lines>... token=[f"r['token_str']"] ) File "/usr/local/lib/python3.13/site-packages/gradio/interface.py", line 171, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ analytics_enabled=analytics_enabled, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1112, in __init__ super().__init__(render=False, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BlockContext.__init__() got an unexpected keyword argument 'token'

Container logs:

Fetching error logs...