runtime error

Exit code: 1. Reason: config.json: 0%| | 0.00/1.60k [00:00<?, ?B/s] config.json: 100%|██████████| 1.60k/1.60k [00:00<00:00, 10.2MB/s] model.safetensors: 0%| | 0.00/378M [00:00<?, ?B/s] model.safetensors: 83%|████████▎ | 315M/378M [00:01<00:00, 314MB/s] model.safetensors: 100%|█████████▉| 378M/378M [00:01<00:00, 352MB/s] Some weights of Wav2Vec2ForCTC were not initialized from the model checkpoint at facebook/wav2vec2-base-960h and are newly initialized: ['wav2vec2.masked_spec_embed'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. tokenizer_config.json: 0%| | 0.00/163 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 163/163 [00:00<00:00, 1.48MB/s] vocab.json: 0%| | 0.00/291 [00:00<?, ?B/s] vocab.json: 100%|██████████| 291/291 [00:00<00:00, 2.55MB/s] special_tokens_map.json: 0%| | 0.00/85.0 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 85.0/85.0 [00:00<00:00, 602kB/s] preprocessor_config.json: 0%| | 0.00/159 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 159/159 [00:00<00:00, 1.34MB/s] Device set to use cpu Traceback (most recent call last): File "/home/user/app/app.py", line 125, in <module> audio_input = gr.Audio(source="microphone", type="filepath", label="Record Your Answer") File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'source'

Container logs:

Fetching error logs...