image-enhancer-ai / railway.json
anil
Deploy app to Hugging Face Space
f9fb5d5
raw
history blame contribute delete
284 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "streamlit run app.py --server.port $PORT --server.address 0.0.0.0",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}