Update config.json5
Browse files- config.json5 +1 -1
config.json5
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
// * WEBUI options *
|
| 57 |
|
| 58 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
| 59 |
-
"input_audio_max_duration":
|
| 60 |
// True to share the app on HuggingFace.
|
| 61 |
"share": false,
|
| 62 |
// The host or IP to bind to. If None, bind to localhost.
|
|
|
|
| 56 |
// * WEBUI options *
|
| 57 |
|
| 58 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
| 59 |
+
"input_audio_max_duration": -1,
|
| 60 |
// True to share the app on HuggingFace.
|
| 61 |
"share": false,
|
| 62 |
// The host or IP to bind to. If None, bind to localhost.
|