Skip to content

Commit 5fc20dd

Browse files
author
David Rubinstein
committed
Remove tf from a log string
1 parent c20145e commit 5fc20dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic_pitch/predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def main() -> None:
145145

146146
# tensorflow is very slow to import
147147
# this import is here so that the help messages print faster
148-
print("Importing Tensorflow (this may take a few seconds)...")
148+
print("Importing the ML infrence library (this may take a few seconds)...")
149149
from basic_pitch.inference import (
150150
predict_and_save,
151151
verify_output_dir,

0 commit comments

Comments
 (0)