runtime error

/nest_util.py:1105: _RandomDataset.__init__ (from tensorflow.python.data.experimental.ops.random_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.random(...)`. [2024年-05月-13日 17时:36分:17秒] 运行:从预处理数据集中预测音符序列 2024-05-13 11:36:28.220701: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence Exception in thread Thread-6 (run): Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.10/site-packages/uvicorn/server.py", line 65, in run return asyncio.run(self.serve(sockets=sockets)) File "/usr/local/lib/python3.10/site-packages/nest_asyncio.py", line 26, in run loop = asyncio.get_event_loop() File "/usr/local/lib/python3.10/site-packages/nest_asyncio.py", line 40, in _get_event_loop loop = events.get_event_loop_policy().get_event_loop() File "/usr/local/lib/python3.10/asyncio/events.py", line 656, in get_event_loop raise RuntimeError('There is no current event loop in thread %r.' RuntimeError: There is no current event loop in thread 'Thread-6 (run)'. /usr/local/lib/python3.10/threading.py:1018: RuntimeWarning: coroutine 'Server.serve' was never awaited self._invoke_excepthook(self) Traceback (most recent call last): File "/home/user/app/app.py", line 333, in <module> ).launch() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2266, in launch ) = http_server.start_server( File "/usr/local/lib/python3.10/site-packages/gradio/http_server.py", line 154, 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...