runtime error

cal/lib/python3.8/site-packages/gradio/blocks.py:255: UserWarning: api_name predict already exists, using predict_2 warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/blocks.py:255: UserWarning: api_name predict already exists, using predict_3 warnings.warn( Caching examples at: '/home/user/app/gradio_cached_examples/14' Traceback (most recent call last): File "app.py", line 106, in <module> iface = gr.Interface( File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 456, in __init__ self.render_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 772, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 71, in create_examples client_utils.synchronize_async(examples_obj.create) File "/home/user/.local/lib/python3.8/site-packages/gradio_client/utils.py", line 460, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 100, in sync raise return_result File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 55, in _runner result[0] = await coro File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 278, in create await self.cache() File "/home/user/.local/lib/python3.8/site-packages/gradio/helpers.py", line 312, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1300, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1148, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1357, in preprocess return self.choices.index(x) ValueError: 0 is not in list

Container logs:

Fetching error logs...