Spaces:
Runtime error
Runtime error
Update config.json5
Browse files- config.json5 +2 -2
config.json5
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
// * WEBUI options *
|
49 |
|
50 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
51 |
-
"input_audio_max_duration":
|
52 |
// True to share the app on HuggingFace.
|
53 |
"share": false,
|
54 |
// The host or IP to bind to. If None, bind to localhost.
|
@@ -76,7 +76,7 @@
|
|
76 |
// The number of CPU cores to use for VAD pre-processing.
|
77 |
"vad_cpu_cores": 1,
|
78 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
79 |
-
"vad_process_timeout":
|
80 |
// True to use all available GPUs and CPU cores for processing. Use vad_cpu_cores/vad_parallel_devices to specify the number of CPU cores/GPUs to use.
|
81 |
"auto_parallel": false,
|
82 |
// Directory to save the outputs (CLI will use the current directory if not specified)
|
|
|
48 |
// * WEBUI options *
|
49 |
|
50 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
51 |
+
"input_audio_max_duration": -1,
|
52 |
// True to share the app on HuggingFace.
|
53 |
"share": false,
|
54 |
// The host or IP to bind to. If None, bind to localhost.
|
|
|
76 |
// The number of CPU cores to use for VAD pre-processing.
|
77 |
"vad_cpu_cores": 1,
|
78 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
79 |
+
"vad_process_timeout": None,
|
80 |
// True to use all available GPUs and CPU cores for processing. Use vad_cpu_cores/vad_parallel_devices to specify the number of CPU cores/GPUs to use.
|
81 |
"auto_parallel": false,
|
82 |
// Directory to save the outputs (CLI will use the current directory if not specified)
|