File size: 227 Bytes
50231a8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# 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