We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20145e commit 5fc20ddCopy full SHA for 5fc20dd
1 file changed
basic_pitch/predict.py
@@ -145,7 +145,7 @@ def main() -> None:
145
146
# tensorflow is very slow to import
147
# this import is here so that the help messages print faster
148
- print("Importing Tensorflow (this may take a few seconds)...")
+ print("Importing the ML infrence library (this may take a few seconds)...")
149
from basic_pitch.inference import (
150
predict_and_save,
151
verify_output_dir,
0 commit comments