runtime error

Exit code: 1. Reason: all__(self, o): return compose_tfms(o, tfms=self.fs, split_idx=self.split_idx) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/fasttransform/transform.py", line 197, in compose_tfms x = f(x, **kwargs) File "/usr/local/lib/python3.13/site-packages/fasttransform/transform.py", line 114, in __call__ def __call__(self,*args,split_idx=None, **kwargs): return self._call('encodes', *args, split_idx=split_idx, **kwargs) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/fasttransform/transform.py", line 125, in _call return self._do_call(nm, *args, **kwargs) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/fasttransform/transform.py", line 136, in _do_call return retain_type(method(*f_args,**kwargs), x, ret_type) ~~~~~~^^^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for +: 'PILImage' and 'dict' Traceback (most recent call last): File "/app/app.py", line 15, in <module> gr.Interface(fn=predict, inputs=gr.Image(type='numpy'), outputs=gr.Label(num_top_classes=3),examples=['IM-0001-0001.jpg','person1_virus_11.jpg']).launch(share=False) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2806, in launch raise Exception( f"Couldn't start the app because '{resp.url}' failed (code {resp.status_code}). Check your network or proxy settings to ensure localhost is accessible." ) 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. ā–ˆ |----------------------------------------| 0.00% [0/1 00:00<?]

Container logs:

Fetching error logs...