Spaces:
Runtime error
Runtime error
ivanitlearning
commited on
Commit
•
af6fd0e
1
Parent(s):
4855017
Allow specifying large-v1
Browse files- config.json5 +3 -3
config.json5
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"url": "medium"
|
20 |
},
|
21 |
{
|
22 |
-
"name": "large",
|
23 |
-
"url": "large"
|
24 |
},
|
25 |
{
|
26 |
"name": "large-v2",
|
@@ -155,4 +155,4 @@
|
|
155 |
"diarization_max_speakers": 8,
|
156 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
157 |
"diarization_process_timeout": 60,
|
158 |
-
}
|
|
|
19 |
"url": "medium"
|
20 |
},
|
21 |
{
|
22 |
+
"name": "large-v1",
|
23 |
+
"url": "large-v1"
|
24 |
},
|
25 |
{
|
26 |
"name": "large-v2",
|
|
|
155 |
"diarization_max_speakers": 8,
|
156 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
157 |
"diarization_process_timeout": 60,
|
158 |
+
}
|