Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: securelens | |
| env: python | |
| region: oregon | |
| plan: free | |
| branch: main | |
| buildCommand: "pip install --upgrade pip && pip install -r requirements.txt" | |
| startCommand: "python app.py" | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.9 | |
| - key: PORT | |
| value: 7860 | |
| healthCheckPath: / | |
| autoDeploy: true | |