classifier-general / Spacefile
AyoubChLin's picture
feat: initial commit of Classifier General API with FastAPI
50231a8
raw
history blame contribute delete
227 Bytes
# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: classifier-general
src: .
engine: python3.9
primary: true
public: true
run: uvicorn main:app
dev: uvicorn main:app --reload