Skip to content

Commit

Permalink
Remove tf from a log string
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Mar 25, 2024
1 parent c20145e commit 5fc20dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_pitch/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5fc20dd

Please sign in to comment.