Harshit Ghosh commited on
Commit
81dc127
·
1 Parent(s): 31bb73c

no more render

Browse files
Files changed (1) hide show
  1. render.yaml +0 -16
render.yaml DELETED
@@ -1,16 +0,0 @@
1
- services:
2
- - type: web
3
- name: intracranial-hemorrhage-detection
4
- env: python
5
- plan: free
6
- buildCommand: pip install -r requirements.txt
7
- startCommand: gunicorn app:app --bind 0.0.0.0:$PORT --workers 1 --timeout 180
8
- envVars:
9
- - key: ICH_APP_DEBUG
10
- value: "0"
11
- - key: ICH_LOCAL_MODE
12
- value: "0"
13
- - key: ICH_MAX_UPLOAD_MB
14
- value: "256"
15
- - key: ICH_HF_MODEL_REPO
16
- value: "HarshCode/eff_b4_brain"