runtime error

, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 867, in run result = context.run(func, *args) File "app.py", line 78, in predict plt.plot(panoptic_seg, cmap="viridis") File "/home/user/.local/lib/python3.8/site-packages/matplotlib/pyplot.py", line 2812, in plot return gca().plot( File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_axes.py", line 1688, in plot lines = [*self._get_lines(*args, data=data, **kwargs)] File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 311, in __call__ yield from self._plot_args( File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 544, in _plot_args return [l[0] for l in result] File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 544, in <listcomp> return [l[0] for l in result] File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 537, in <genexpr> result = (make_artist(x[:, j % ncx], y[:, j % ncy], kw, File "/home/user/.local/lib/python3.8/site-packages/matplotlib/axes/_base.py", line 351, in _makeline seg = mlines.Line2D(x, y, **kw) File "/home/user/.local/lib/python3.8/site-packages/matplotlib/_api/deprecation.py", line 454, in wrapper return func(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/matplotlib/lines.py", line 393, in __init__ self._internal_update(kwargs) File "/home/user/.local/lib/python3.8/site-packages/matplotlib/artist.py", line 1223, in _internal_update return self._update_props( File "/home/user/.local/lib/python3.8/site-packages/matplotlib/artist.py", line 1197, in _update_props raise AttributeError( AttributeError: Line2D.set() got an unexpected keyword argument 'cmap'

Container logs:

Fetching error logs...