Spaces:
Build error
Build error
Increase default maximum audio duration to 30 minutes
Browse files- config.json5 +1 -1
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.
|
|
|
|
| 48 |
// * WEBUI options *
|
| 49 |
|
| 50 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
| 51 |
+
"input_audio_max_duration": 1800,
|
| 52 |
// True to share the app on HuggingFace.
|
| 53 |
"share": false,
|
| 54 |
// The host or IP to bind to. If None, bind to localhost.
|