Spaces:
Sleeping
Sleeping
File size: 372 Bytes
55a6d9c 25bda26 55a6d9c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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
|