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, 13.5MB/s] model.safetensors: 0%| | 0.00/378M [00:00<?, ?B/s] model.safetensors: 100%|█████████▉| 378M/378M [00:00<00:00, 380MB/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.68MB/s] vocab.json: 0%| | 0.00/291 [00:00<?, ?B/s] vocab.json: 100%|██████████| 291/291 [00:00<00:00, 1.28MB/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, 839kB/s] preprocessor_config.json: 0%| | 0.00/159 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 159/159 [00:00<00:00, 1.87MB/s] Device set to use cpu Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> inputs=gr.Audio(source="microphone", type="filepath"), File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 182, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'source'

Container logs:

Fetching error logs...