runtime error
Exit code: 3. Reason: await anext(self.gen) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1762, in new_lifespan async with old_lifespan( File "/usr/local/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1762, in new_lifespan async with old_lifespan( File "/usr/local/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1767, in new_lifespan await gradio_app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2941, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 460, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 526, in cache prediction = await self.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2106, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1912, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/audio.py", line 298, in postprocess sample_rate, data = value ValueError: not enough values to unpack (expected 2, got 1) ERROR: Application startup failed. Exiting. Exception ignored in atexit callback: <function <lambda> at 0x7fe61fdb3c70> Traceback (most recent call last): File "/home/user/app/demos/cancel_events/run.py", line 67, in <lambda> atexit.register(lambda: log_file.unlink()) File "/usr/local/lib/python3.10/pathlib.py", line 1206, in unlink self._accessor.unlink(self) FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/demos/cancel_events/cancel_events_output_log.txt'
Container logs:
Fetching error logs...