Update config.json5

#7
by GreekLife12 - opened
Files changed (1) hide show
  1. 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": 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.
 
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.