runtime error

,303] [1] [INFO] output shape, (358, 358, 3) [2024-07-20 13:08:57,303] [1] [INFO] speed time, 1.182330846786499 Traceback (most recent call last): File "/home/user/app/app.py", line 51, in <module> iface = gr.Interface(fn=greet, File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 643, in __init__ self.examples_handler = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 62, in create_examples utils.synchronize_async(examples_obj.create) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 356, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync raise return_result File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 231, in create await self.cache_interface_examples() File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 269, in cache_interface_examples prediction = await self.predict_example(example_id) File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 303, in predict_example output = output_component.postprocess(output) File "/usr/local/lib/python3.10/site-packages/gradio/components.py", line 1383, in postprocess return processing_utils.encode_array_to_base64(y) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 152, in encode_array_to_base64 pil_image = Image.fromarray(_convert(image_array, np.uint8, force_copy=False)) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 392, in _convert np.bool8: (False, True), File "/usr/local/lib/python3.10/site-packages/numpy/__init__.py", line 410, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'?

Container logs:

Fetching error logs...