zhifu gao
2024-03-11 4a7a984a5f3e3f894f86ce82e76ddd13d8a42a20
funasr/tokenizer/whisper_tokenizer.py
@@ -2,7 +2,7 @@
try:
   from whisper.tokenizer import get_tokenizer
except:
   print("If you want to use hugging, please `pip install -U transformers`")
   print("Notice: If you want to use whisper, please `pip install -U openai-whisper`")
from funasr.register import tables