In commit a13a7da, specifically ```whisper_processor.py``` there's this line: ``` full_command = f"./main -m {model} -f {wav_file} -np -nt"``` The flag ```-np``` is a nonexistent flag according to ```README.md```