diff --git a/SpeechCLI/Commands/ModelCommand.cs b/SpeechCLI/Commands/ModelCommand.cs index 49d4628..06cd42c 100644 --- a/SpeechCLI/Commands/ModelCommand.cs +++ b/SpeechCLI/Commands/ModelCommand.cs @@ -63,8 +63,7 @@ class Create : ParamActionCommandBase int OnExecute() { if (string.IsNullOrWhiteSpace(AudioDataset) - && string.IsNullOrWhiteSpace(LanguageDataset) - && string.IsNullOrWhiteSpace(PronunciationDataset)) + && string.IsNullOrWhiteSpace(LanguageDataset)) { _console.Error.WriteLine("Either --audio-dataset or --language-dataset has to be provided."); return -1;