Spaces:
Running
Running
Update config.json5
Browse files- config.json5 +1 -1
config.json5
CHANGED
@@ -329,7 +329,7 @@
|
|
329 |
// * WEBUI options *
|
330 |
|
331 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
332 |
-
"input_audio_max_duration":
|
333 |
// True to share the app on HuggingFace.
|
334 |
"share": false,
|
335 |
// The host or IP to bind to. If None, bind to localhost.
|
|
|
329 |
// * WEBUI options *
|
330 |
|
331 |
// Maximum audio file length in seconds, or -1 for no limit. Ignored by CLI.
|
332 |
+
"input_audio_max_duration": -1,
|
333 |
// True to share the app on HuggingFace.
|
334 |
"share": false,
|
335 |
// The host or IP to bind to. If None, bind to localhost.
|