runtime error
Exit code: 1. Reason: ult' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.0.9, however version 4.44.1 is available, please upgrade. -------- Cache at /home/user/app/gradio_cached_examples/log.csv not found. Caching now in 'gradio_cached_examples/' directory. Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> gr.Interface(predict, gr.inputs.Image(), gr.outputs.Image(), examples=examples).launch(debug=True) File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 416, in __init__ cache_interface_examples(self) File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/usr/local/lib/python3.10/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 710, in process processed_output = [ File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 711, in <listcomp> output_component.postprocess(predictions[i]) File "/usr/local/lib/python3.10/site-packages/gradio/components.py", line 1596, in postprocess out_y = processing_utils.encode_array_to_base64(y) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 89, 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 284, in _convert np.bool8: (False, True), File "/usr/local/lib/python3.10/site-packages/numpy/__init__.py", line 414, 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...