Spaces:
Running
Running
Update config/config.json
Browse files- config/config.json +12 -10
config/config.json
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
{
|
2 |
"layout": {
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
},
|
7 |
-
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
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 |
}
|