From 5fc20ddfd1328969d235b9c155ba3304622b2f50 Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Mon, 25 Mar 2024 10:48:11 -0400 Subject: [PATCH] Remove tf from a log string --- basic_pitch/predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_pitch/predict.py b/basic_pitch/predict.py index d4b40df1..2b924e26 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,