runtime error

██▌ | 325M/378M [00:04<00:00, 79.4MB/s] Downloading model.safetensors: 92%|█████████▏| 346M/378M [00:04<00:00, 83.4MB/s] Downloading model.safetensors: 94%|█████████▍| 357M/378M [00:05<00:00, 78.3MB/s] Downloading model.safetensors: 100%|█████████▉| 377M/378M [00:05<00:00, 93.5MB/s] Downloading model.safetensors: 100%|██████████| 378M/378M [00:05<00:00, 71.8MB/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. /home/user/app/app.py:78: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components inputs = gr.inputs.Audio(source="upload", type="filepath", optional=True, label="Upload your audio file here"), /home/user/app/app.py:78: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect inputs = gr.inputs.Audio(source="upload", type="filepath", optional=True, label="Upload your audio file here"), /home/user/app/app.py:79: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components outputs = gr.outputs.Textbox(type="str",label="Output Text"), Traceback (most recent call last): File "/home/user/app/app.py", line 79, in <module> outputs = gr.outputs.Textbox(type="str",label="Output Text"), File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 30, in __init__ super().__init__(label=label, type=type) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/textbox.py", line 101, in __init__ raise ValueError('`type` must be one of "text", "password", or "email".') ValueError: `type` must be one of "text", "password", or "email".

Container logs:

Fetching error logs...