Spaces:
Sleeping
Sleeping
Update config/config.json
Browse files- config/config.json +3 -1
config/config.json
CHANGED
@@ -7,7 +7,9 @@
|
|
7 |
|
8 |
"session": {
|
9 |
"user_timeout": 3600,
|
10 |
-
"filetypes": [".wav"]
|
|
|
|
|
11 |
}
|
12 |
|
13 |
}
|
|
|
7 |
|
8 |
"session": {
|
9 |
"user_timeout": 3600,
|
10 |
+
"filetypes": [".wav"],
|
11 |
+
"min_speakers": 2,
|
12 |
+
"max_speakers": 5
|
13 |
}
|
14 |
|
15 |
}
|