runtime error
Exit code: 1. Reason: s_map.json: 100%|██████████| 112/112 [00:00<00:00, 902kB/s] pytorch_model.bin: 0%| | 0.00/443M [00:00<?, ?B/s][A pytorch_model.bin: 38%|███▊ | 170M/443M [00:01<00:01, 166MB/s][A pytorch_model.bin: 100%|█████████▉| 443M/443M [00:01<00:00, 321MB/s] model.safetensors: 0%| | 0.00/443M [00:00<?, ?B/s][A model.safetensors: 12%|█▏ | 54.5M/443M [00:01<00:07, 53.9MB/s][A model.safetensors: 100%|█████████▉| 443M/443M [00:01<00:00, 262MB/s] Some weights of ElectraForMaskedLM were not initialized from the model checkpoint at csebuetnlp/banglabert and are newly initialized: ['generator_lm_head.bias', 'generator_predictions.LayerNorm.bias', 'generator_predictions.LayerNorm.weight', 'generator_predictions.dense.bias', 'generator_predictions.dense.weight'] 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:68: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys. chatbot = gr.Chatbot(label="সুজাতা", bubble_full_width=False) /home/user/app/app.py:68: DeprecationWarning: The 'bubble_full_width' parameter is deprecated and will be removed in a future version. This parameter no longer has any effect. chatbot = gr.Chatbot(label="সুজাতা", bubble_full_width=False) Traceback (most recent call last): File "/home/user/app/app.py", line 76, in <module> mic_input = gr.Audio(source="microphone", type="filepath", label="🎙️ কণ্ঠস্বর ইনপুট") File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 186, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'source'
Container logs:
Fetching error logs...