Keras
potato / render.yaml
rishab1090's picture
Upload 8 files
66e5661 verified
raw
history blame contribute delete
215 Bytes
services:
- type: web
name: leaf-disease-api
env: python
pythonVersion: 3.10.13
buildCommand: pip install -r requirements.txt
startCommand: uvicorn backend:app --host=0.0.0.0 --port=10000