runtime error

Exit code: 1. Reason: eights 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. preprocessor_config.json: 0%| | 0.00/212 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 212/212 [00:00<00:00, 1.39MB/s] tokenizer_config.json: 0%| | 0.00/138 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 138/138 [00:00<00:00, 1.06MB/s] config.json: 0%| | 0.00/1.38k [00:00<?, ?B/s] config.json: 100%|██████████| 1.38k/1.38k [00:00<00:00, 9.75MB/s] vocab.json: 0%| | 0.00/291 [00:00<?, ?B/s] vocab.json: 100%|██████████| 291/291 [00:00<00:00, 780kB/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, 403kB/s] pytorch_model.bin: 0%| | 0.00/1.26G [00:00<?, ?B/s] pytorch_model.bin: 8%|▊ | 105M/1.26G [00:01<00:13, 86.8MB/s] pytorch_model.bin: 39%|███▉ | 497M/1.26G [00:02<00:03, 252MB/s]  pytorch_model.bin: 100%|█████████▉| 1.26G/1.26G [00:03<00:00, 400MB/s] model.safetensors: 0%| | 0.00/1.26G [00:00<?, ?B/s] model.safetensors: 6%|▌ | 73.4M/1.26G [00:01<00:16, 71.4MB/s] model.safetensors: 34%|███▎ | 423M/1.26G [00:02<00:03, 231MB/s]  model.safetensors: 100%|█████████▉| 1.26G/1.26G [00:03<00:00, 410MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 87, in <module> inputs = [gr.inputs.Audio(source="microphone", type="filepath", label="Record/ Drop audio"), gr.inputs.Dropdown(["facebook/wav2vec2-base-960h", "facebook/hubert-large-ls960-ft"], label="Model Name")], AttributeError: module 'gradio' has no attribute 'inputs'

Container logs:

Fetching error logs...