Autonomous-AI / Procfile
Leonydis137's picture
Upload 21 files
7ab042d verified
raw
history blame contribute delete
56 Bytes
web: uvicorn api:app --host=0.0.0.0 --port=${PORT:-8000}