runtime error

Exit code: 1. Reason: per response = await f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 502, in get_final_item async for x in self.fn(*args): # noqa: B007 # type: ignore File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 1049, in _examples_stream_fn async for response in generator: File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 723, in __anext__ return await anyio.to_thread.run_sync( File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 706, in run_sync_iterator_async return next(iterator) File "/usr/local/lib/python3.10/site-packages/gradio/external_utils.py", line 143, in chat_fn handle_hf_error(e) File "/usr/local/lib/python3.10/site-packages/gradio/external_utils.py", line 290, in handle_hf_error raise Error(str(e)) from e gradio.exceptions.Error: '402 Client Error: Payment Required for url: https://router.huggingface.co/hyperbolic/v1/chat/completions (Request ID: Root=1-68219d5f-4642f5137ec3eb712666da43;89ff3745-07fe-4966-bd82-feaf04e575c8)\n\nYou have exceeded your monthly included credits for Inference Providers. Subscribe to PRO to get 20x more monthly included credits.' Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> ).launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2716, in launch raise Exception( Exception: Couldn't start the app because 'http://localhost:7860/gradio_api/startup-events' failed (code 500). Check your network or proxy settings to ensure localhost is accessible.

Container logs:

Fetching error logs...