runtime error

Exit code: 1. Reason: t(app) as maybe_state: 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/fastapi/routing.py", line 211, in merged_lifespan async with original_context(app) as maybe_original_state: 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/route_utils.py", line 1005, in _handler state = await stack.enter_async_context(user_lifespan(app)) File "/usr/local/lib/python3.10/contextlib.py", line 619, in enter_async_context result = await _cm_type.__aenter__(cm) 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/fastrtc/stream.py", line 270, in new_lifespan self._check_colab_or_spaces() File "/usr/local/lib/python3.10/site-packages/fastrtc/stream.py", line 247, in _check_colab_or_spaces self._print_error("spaces") File "/usr/local/lib/python3.10/site-packages/fastrtc/stream.py", line 228, in _print_error raise RuntimeError( RuntimeError: Running in spaces is not possible without providing a valid rtc_configuration. See https://fastrtc.org/deployment/ for more information. ERROR: Application startup failed. Exiting. Traceback (most recent call last): File "/app/app.py", line 364, in <module> stream.ui.launch(server_port=7860) File "/usr/local/lib/python3.10/site-packages/fastrtc/stream.py", line 280, in wrapper return callable(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2770, in launch ) = http_server.start_server( File "/usr/local/lib/python3.10/site-packages/gradio/http_server.py", line 156, in start_server raise OSError( OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`.

Container logs:

Fetching error logs...