Spaces:
Runtime error
Runtime error
Allow specifying model large-v1 (#33)
Browse files- Allow specifying large-v1 (af6fd0e034c92864d00758129a706ad1174816ce)
- Add back large alias (2c1ede5aa9f9e4937085697a65a9aed9e26277fb)
- config.json5 +5 -1
config.json5
CHANGED
|
@@ -22,6 +22,10 @@
|
|
| 22 |
"name": "large",
|
| 23 |
"url": "large"
|
| 24 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
{
|
| 26 |
"name": "large-v2",
|
| 27 |
"url": "large-v2"
|
|
@@ -155,4 +159,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 |
-
}
|
|
|
|
| 22 |
"name": "large",
|
| 23 |
"url": "large"
|
| 24 |
},
|
| 25 |
+
{
|
| 26 |
+
"name": "large-v1",
|
| 27 |
+
"url": "large-v1"
|
| 28 |
+
},
|
| 29 |
{
|
| 30 |
"name": "large-v2",
|
| 31 |
"url": "large-v2"
|
|
|
|
| 159 |
"diarization_max_speakers": 8,
|
| 160 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
| 161 |
"diarization_process_timeout": 60,
|
| 162 |
+
}
|