runtime error

Exit code: 1. Reason: ████▉ | 31/63 [00:12<00:10, 3.00it/s] Batches: 56%|█████▌ | 35/63 [00:13<00:08, 3.23it/s] Batches: 62%|██████▏ | 39/63 [00:14<00:07, 3.29it/s] Batches: 68%|██████▊ | 43/63 [00:15<00:05, 3.36it/s] Batches: 75%|███████▍ | 47/63 [00:17<00:05, 2.98it/s] Batches: 83%|████████▎ | 52/63 [00:18<00:03, 3.38it/s] Batches: 90%|█████████ | 57/63 [00:19<00:01, 3.63it/s] Batches: 97%|█████████▋| 61/63 [00:20<00:00, 3.72it/s] Batches: 100%|██████████| 63/63 [00:20<00:00, 3.02it/s] /app/app.py:198: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead. with gr.Blocks(theme=custom_theme, css=custom_css, title="Movie Recommender") as iface: GRADIO_HOT_RELOAD: Using 'iface' for demo name Traceback (most recent call last): File "/app/app.py", line 249, in <module> iface.launch(share=True, show_error=True) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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...