runtime error
Exit code: 1. Reason: 0/7 [00:00<?, ?it/s][A Loading pipeline components...: 29%|██▊ | 2/7 [00:01<00:02, 1.93it/s][A Download complete: 100%|██████████| 5.48G/5.48G [00:18<00:00, 291MB/s] Loading weights: 0%| | 0/196 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 196/196 [00:00<00:00, 1307.24it/s] Loading pipeline components...: 57%|█████▋ | 4/7 [00:02<00:01, 1.65it/s][A Loading weights: 0%| | 0/396 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 396/396 [00:00<00:00, 1116.29it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.84it/s][A Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.82it/s] /app/app.py:52: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(theme=gr.themes.Soft(), title="AI Image Lab") as demo: Traceback (most recent call last): File "/app/app.py", line 82, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2738, 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...