File size: 470 Bytes
bd728ac
 
6aee0cc
 
 
bd728ac
6aee0cc
578fcda
 
 
81b9914
c19e19e
578fcda
6aee0cc
 
 
 
 
 
 
bd728ac
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "layout": {
    "readme": "README.md",
    "about": "layout/about.md",
    "page_names": ["About", "Transcription", "Output"]
    },
  "model": {
    "diarizer": "pyannote/speaker-diarization-3.1",
    "asr": {
      "type": "automatic-speech-recognition",
      "transcriber": "openai/whisper-base.en",
      "max_new_tokens": 256
    } 
  },
  "session": {
    "user_timeout": 3600,
    "filetypes": [".wav"],
    "min_speakers": 2,
    "max_speakers": 5
  }
  
}