File size: 231 Bytes
3cbc654
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
services:
  - type: web
    name: devmastergpt
    runtime: python
    buildCommand: pip install -r requirements.txt
    startCommand: bash start.sh
    envVars:
      - key: HUGGINGFACEHUB_API_TOKEN
        value: YOUR_TOKEN_HERE