damage / render.yaml
tommy33355's picture
Upload 9 files
b8afd8e verified
raw
history blame contribute delete
198 Bytes
services:
- type: web
name: damage-lens-ai
runtime: python
plan: free
buildCommand: pip install -r requirements.txt && python download_models.py
startCommand: gunicorn app:app