runtime error
Exit code: 1. Reason: | 0.00/1.36M [00:00<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 1.36M/1.36M [00:00<00:00, 88.5MB/s] Device set to use cpu config.json: 0%| | 0.00/998 [00:00<?, ?B/s][A config.json: 100%|ββββββββββ| 998/998 [00:00<00:00, 3.75MB/s] model.safetensors: 0%| | 0.00/1.33G [00:00<?, ?B/s][A model.safetensors: 5%|β | 67.1M/1.33G [00:01<00:35, 35.6MB/s][A model.safetensors: 20%|ββ | 268M/1.33G [00:02<00:10, 105MB/s] [A model.safetensors: 50%|βββββ | 664M/1.33G [00:03<00:03, 210MB/s][A model.safetensors: 100%|ββββββββββ| 1.33G/1.33G [00:04<00:00, 304MB/s] Some weights of the model checkpoint at dbmdz/bert-large-cased-finetuned-conll03-english were not used when initializing BertForTokenClassification: ['bert.pooler.dense.bias', 'bert.pooler.dense.weight'] - This IS expected if you are initializing BertForTokenClassification 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 BertForTokenClassification 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/60.0 [00:00<?, ?B/s][A tokenizer_config.json: 100%|ββββββββββ| 60.0/60.0 [00:00<00:00, 436kB/s] vocab.txt: 0%| | 0.00/213k [00:00<?, ?B/s][A vocab.txt: 100%|ββββββββββ| 213k/213k [00:00<00:00, 58.1MB/s] Device set to use cpu Traceback (most recent call last): File "/app/app.py", line 56, in <module> audio_input = gr.Audio(source="microphone", type="filepath") File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 189, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'source'
Container logs:
Fetching error logs...