diff --git a/basic_pitch/predict.py b/basic_pitch/predict.py index d4b40df..2b924e2 100644 --- a/basic_pitch/predict.py +++ b/basic_pitch/predict.py @@ -145,7 +145,7 @@ def main() -> None: # tensorflow is very slow to import # this import is here so that the help messages print faster - print("Importing Tensorflow (this may take a few seconds)...") + print("Importing the ML infrence library (this may take a few seconds)...") from basic_pitch.inference import ( predict_and_save, verify_output_dir,