Spaces:
Build error
Build error
| nohup: ignoring input | |
| /home/mehdi_rida86/vortex_god/app.py:189: 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(title="VORTEX OMEGA v2.0 – Full Edition", theme=gr.themes.Soft()) as demo: | |
| INFO:httpx:HTTP Request: HEAD https://huggingface.co/api/telemetry/https%3A/api.gradio.app/gradio-initiated-analytics "HTTP/1.1 200 OK" | |
| Traceback (most recent call last): | |
| File "/home/mehdi_rida86/vortex_god/app.py", line 214, in <module> | |
| demo.launch(server_name="0.0.0.0", server_port=7860, share=True) | |
| File "/home/mehdi_rida86/vortex_god/venv/lib/python3.11/site-packages/gradio/blocks.py", line 2952, in launch | |
| ) = http_server.start_server( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/mehdi_rida86/vortex_god/venv/lib/python3.11/site-packages/gradio/http_server.py", line 182, 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()`. | |
| INFO:httpx:HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" | |