runtime error

/site-packages/gradio/examples.py", line 56, in create_examples utils.synchronize_async(examples_obj.create) File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 364, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 106, in sync raise return_result File "/home/user/.local/lib/python3.10/site-packages/fsspec/asyn.py", line 61, in _runner result[0] = await coro File "/home/user/.local/lib/python3.10/site-packages/gradio/examples.py", line 208, in create await self.cache_interface_examples() File "/home/user/.local/lib/python3.10/site-packages/gradio/examples.py", line 246, in cache_interface_examples prediction = await self.predict_example(example_id) File "/home/user/.local/lib/python3.10/site-packages/gradio/examples.py", line 263, in predict_example predictions = await anyio.to_thread.run_sync(self.fn, *processed_input) File "/home/user/.local/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/.local/lib/python3.10/site-packages/gradio/external.py", line 368, in query_huggingface_api raise ValueError( ValueError: Could not complete request to HuggingFace API, Status Code: 400, Error: {"error": "There were warnings while running the model.", "output": [1, 0, 0], "warnings": ["FutureWarning(is_sparse is deprecated and will be removed in a future version. Check `isinstance(dtype, pd.SparseDtype)` instead.)"]}, Warnings: ['FutureWarning(is_sparse is deprecated and will be removed in a future version. Check `isinstance(dtype, pd.SparseDtype)` instead.)']

Container logs:

Fetching error logs...