runtime error
Exit code: 1. Reason: e exc File "/usr/local/lib/python3.10/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 73, in app response = await f(request) File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 301, in app raw_response = await run_endpoint_function( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 212, in run_endpoint_function return await dependant.call(**values) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1525, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 3015, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 469, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 535, in cache prediction = await self.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2133, in process_api inputs = await self.preprocess_data( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1814, in preprocess_data processed_input.append(block.preprocess(inputs_cached)) File "/usr/local/lib/python3.10/site-packages/gradio/components/checkboxgroup.py", line 126, in preprocess raise Error( gradio.exceptions.Error: "Value: '/home/user/app/fraud.csv' (type: <class 'str'>) is not in the list of choices: ['retail', 'food', 'other']" Traceback (most recent call last): File "/home/user/app/run.py", line 35, in <module> demo.launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2685, in launch raise Exception( 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.
Container logs:
Fetching error logs...