runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:945: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( config.json: 0%| | 0.00/507 [00:00<?, ?B/s] config.json: 100%|██████████| 507/507 [00:00<00:00, 2.89MB/s] spiece.model: 0%| | 0.00/5.65M [00:00<?, ?B/s] spiece.model: 100%|██████████| 5.65M/5.65M [00:00<00:00, 26.6MB/s] pytorch_model.bin: 0%| | 0.00/135M [00:00<?, ?B/s] pytorch_model.bin: 50%|█████ | 67.9M/135M [00:01<00:01, 62.8MB/s] pytorch_model.bin: 100%|██████████| 135M/135M [00:01<00:00, 79.6MB/s] Some weights of AlbertForSequenceClassification were not initialized from the model checkpoint at ai4bharat/indic-bert and are newly initialized: ['classifier.weight', 'classifier.bias'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 66, in <module> inputs=gr.Audio(type="microphone"), # Updated here to capture audio directly from the microphone File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/audio.py", line 163, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: microphone. Please choose from one of: numpy filepath

Container logs:

Fetching error logs...