PeddleOCR / render.yaml
harshvisualz's picture
Add application file
274f3a2
raw
history blame contribute delete
238 Bytes
services:
- type: web
name: paddleocr-api
env: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app:app --host 0.0.0.0 --port 10000
envVars:
- key: PYTHON_VERSION
value: 3.9.0