runtime error

Exit code: 1. Reason: Could not load bitsandbytes native library: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so) Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py", line 85, in <module> lib = get_native_library() File "/usr/local/lib/python3.10/site-packages/bitsandbytes/cextension.py", line 72, in get_native_library dll = ct.cdll.LoadLibrary(str(binary_path)) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /usr/local/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so) ↑ Those bitsandbytes warnings are expected on ZeroGPU ↑ Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> debug() File "/usr/local/lib/python3.10/site-packages/spaces/zero/wrappers.py", line 183, in gradio_handler schedule_response = client.schedule(task_id=task_id, request=request, duration=duration_) File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 150, in schedule raise error("ZeroGPU quota exceeded", message, html=True) spaces.zero.gradio.HTMLError: You have exceeded your GPU quota (60s requested vs. 56s left). [Create a free account](https://huggingface.co/join) to get more daily usage quota.

Container logs:

Fetching error logs...