runtime error

Exit code: 1. Reason: _model.final_layer_norm.bias]  Loading weights: 99%|█████████▉| 195/196 [00:00<00:00, 731.63it/s, Materializing param=text_model.final_layer_norm.bias] Loading weights: 100%|██████████| 196/196 [00:00<00:00, 734.93it/s, Materializing param=text_model.final_layer_norm.weight] Loading weights: 100%|██████████| 196/196 [00:00<00:00, 734.61it/s, Materializing param=text_model.final_layer_norm.weight] Loading weights: 100%|██████████| 196/196 [00:00<00:00, 733.92it/s, Materializing param=text_model.final_layer_norm.weight] Loading pipeline components...: 86%|████████▌ | 6/7 [00:08<00:01, 1.17s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:08<00:00, 1.26s/it] /app/app.py:67: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: css. Please pass these parameters to launch() instead. with gr.Blocks(css=css) as demo: Traceback (most recent call last): File "/app/app.py", line 154, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2733, in launch ) = http_server.start_server( ~~~~~~~~~~~~~~~~~~~~~~~~^ app=self.app, ^^^^^^^^^^^^^ ...<4 lines>... ssl_keyfile_password=ssl_keyfile_password, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/http_server.py", line 182, in start_server raise OSError( f"Cannot find empty port in range: {min(server_ports)}-{max(server_ports)}. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`." ) 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...