my-ocr-demo / render.yaml
gahanmakwana's picture
Initial clean commit
93c87da
raw
history blame
206 Bytes
services:
- type: web
name: ocr-app
env: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: python app.py
envVars:
- key: PORT
value: 5000