Spaces:
Running
Running
# Start nginx with our configuration | |
echo "Starting nginx..." | |
nginx -c /app/nginx.conf & | |
# Start the main Gradio app | |
echo "Starting Gradio app on port 7862..." | |
exec python -u -m src.app --server-port 7862 --server-name 0.0.0.0 | |