diff --git a/otherarch/whispercpp/whisper_adapter.cpp b/otherarch/whispercpp/whisper_adapter.cpp index 8ee9d5ae6..196fde71f 100644 --- a/otherarch/whispercpp/whisper_adapter.cpp +++ b/otherarch/whispercpp/whisper_adapter.cpp @@ -269,6 +269,8 @@ whisper_generation_outputs whispertype_generate(const whisper_generation_inputs if(!inputs.quiet) { printf("\nWhisper Transcribe Output: %s",whisper_output_text.c_str()); + } else { + printf("\nWhisper Transcribe Done."); } output.text = whisper_output_text.c_str(); output.status = 1;