runtime error

e CLIPImageProcessor instead. warnings.warn( `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden. `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["bos_token_id"]` will be overriden. `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["eos_token_id"]` will be overriden. Loading pipeline components...: 57%|█████▋ | 4/7 [00:01<00:01, 2.48it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.74it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.84it/s] Traceback (most recent call last): File "app.py", line 13, in <module> import gradio as gr File "/home/user/.local/lib/python3.8/site-packages/gradio/__init__.py", line 3, in <module> import gradio.components as components File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 32, in <module> from gradio import media_data, processing_utils, utils File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 20, in <module> from gradio import encryptor, utils File "/home/user/.local/lib/python3.8/site-packages/gradio/utils.py", line 404, in <module> class AsyncRequest: File "/home/user/.local/lib/python3.8/site-packages/gradio/utils.py", line 424, in AsyncRequest client = httpx.AsyncClient() File "/home/user/.local/lib/python3.8/site-packages/httpx/_client.py", line 1397, in __init__ self._transport = self._init_transport( File "/home/user/.local/lib/python3.8/site-packages/httpx/_client.py", line 1445, in _init_transport return AsyncHTTPTransport( File "/home/user/.local/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: __init__() got an unexpected keyword argument 'socket_options'

Container logs:

Fetching error logs...