AI_API / Procfile
Pujan-Dev's picture
Added the files adding system and formated the files system
0117df3
raw
history blame
57 Bytes
web: uvicorn app:app --host 0.0.0.0 --port ${PORT:-8000}