Spaces:
Sleeping
Sleeping
| # Procfile for Railway - lightweight deployment without ML | |
| web: pip install -r requirements-railway-light.txt && uvicorn app.main:app --host 0.0.0.0 --port $PORT |
| # Procfile for Railway - lightweight deployment without ML | |
| web: pip install -r requirements-railway-light.txt && uvicorn app.main:app --host 0.0.0.0 --port $PORT |