runtime error

Exit code: 1. Reason: ██████| 378M/378M [00:03<00:00, 110MB/s] model.safetensors: 0%| | 0.00/378M [00:00<?, ?B/s] preprocessor_config.json: 0%| | 0.00/578 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 578/578 [00:00<00:00, 2.70MB/s] Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. config.json: 0%| | 0.00/907 [00:00<?, ?B/s] config.json: 100%|██████████| 907/907 [00:00<00:00, 4.93MB/s] model.safetensors: 0%| | 0.00/343M [00:00<?, ?B/s] model.safetensors: 3%|▎ | 10.5M/343M [00:03<01:43, 3.23MB/s] model.safetensors: 10%|▉ | 37.2M/378M [00:05<00:49, 6.86MB/s] model.safetensors: 6%|▌ | 21.0M/343M [00:04<01:06, 4.88MB/s] model.safetensors: 100%|██████████| 378M/378M [00:05<00:00, 68.6MB/s] model.safetensors: 39%|███▉ | 134M/343M [00:05<00:06, 34.1MB/s]  model.safetensors: 100%|█████████▉| 343M/343M [00:06<00:00, 54.8MB/s] /home/user/app/app.py:118: 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() Traceback (most recent call last): File "/home/user/app/app.py", line 120, in <module> audio_in = gr.Audio(source="microphone", type="filepath", label="Speak (optional)") File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 189, in wrapper return fn(self, **kwargs) TypeError: Audio.__init__() got an unexpected keyword argument 'source'

Container logs:

Fetching error logs...