Gigishot's picture
Upload 23 files
5c9ce3f verified
Raw
History Blame Contribute Delete
187 Bytes
services:
- type: web
name: cat-dog-classifier
env: python
buildCommand: pip install -r requirements.txt
startCommand: python app.py
pythonVersion: 3.10.13