Update constants.py

This commit is contained in:
Anjok07 2023-10-17 22:09:45 -05:00 committed by GitHub
parent c941cafc76
commit 84fa71d743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1081,7 +1081,7 @@ IS_INVERT_SPEC_HELP = (
'• Inverts primary stem using spectrograms, instead of waveforms.\n'
'• Slightly slower inversion method.'
)
IS_TESTING_AUDIO_HELP = 'Adds a unique 10-digit number to outputs to prevent users from overwriting files.'
IS_TESTING_AUDIO_HELP = 'Appends a 10-digit number to saved files to avoid accidental overwrites.'
IS_MODEL_TESTING_AUDIO_HELP = 'Appends the model name to outputs for comparison across different models.'
IS_ACCEPT_ANY_INPUT_HELP = (
'Allows all types of inputs when enabled, even non-audio formats.\n'