Skip to content

Commit

Permalink
catch no transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jun 10, 2023
1 parent 345cf25 commit 6983b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harmony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
try:
from .matching.default_matcher import match_instruments
except:
print ("Warning: transformers not available. To use transformers, run pip install sentence-transformers"
print ("Warning: transformers not available. To use transformers, run pip install sentence-transformers")

from .util.file_helper import load_instruments_from_local_file

0 comments on commit 6983b03

Please sign in to comment.