tykiww commited on
Commit
6aee0cc
1 Parent(s): d665aea

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +12 -10
config/config.json CHANGED
@@ -1,15 +1,17 @@
1
  {
2
  "layout": {
3
- "readme": "README.md",
4
- "about": "layout/about.md",
5
- "page_names": ["About", "Transcription", "Output"]
6
  },
7
-
8
- "session": {
9
- "user_timeout": 3600,
10
- "filetypes": [".wav"],
11
- "min_speakers": 2,
12
- "max_speakers": 5
13
- }
 
 
14
 
15
  }
 
1
  {
2
  "layout": {
3
+ "readme": "README.md",
4
+ "about": "layout/about.md",
5
+ "page_names": ["About", "Transcription", "Output"]
6
  },
7
+ "model": {
8
+ "diarizer": "pyannote/speaker-diarization-3.1"
9
+ },
10
+ "session": {
11
+ "user_timeout": 3600,
12
+ "filetypes": [".wav"],
13
+ "min_speakers": 2,
14
+ "max_speakers": 5
15
+ }
16
 
17
  }