runtime error
Exit code: 1. Reason: | Status | | --------------------------------------------------+------------+--+- vision_model.vision_model.embeddings.position_ids | UNEXPECTED | | [3mNotes: - UNEXPECTED[3m :can be ignored when loading from different task/architecture; not ok if you expect identical arch.[0m preprocessor_config.json: 0%| | 0.00/316 [00:00<?, ?B/s][A preprocessor_config.json: 100%|██████████| 316/316 [00:00<00:00, 368kB/s] /app/app.py:52: 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=gr.themes.Soft(), css="footer {display: none !important}") as demo: model.safetensors: 0%| | 0.00/1.22G [00:02<?, ?B/s][A model.safetensors: 0%| | 0.00/1.22G [00:06<?, ?B/s][A model.safetensors: 0%| | 0.00/1.22G [00:07<?, ?B/s][A model.safetensors: 100%|██████████| 1.22G/1.22G [00:08<00:00, 150MB/s] Traceback (most recent call last): File "/app/app.py", line 80, in <module> demo.launch() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2740, 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...