How to install Phonemizer - Demo does not work
#5
by
chaney
- opened
I am unable to get this running on google colab nor on the page demo because a requirement for "phonemizer" even though I have installed via !pip install phonemizer.
This is the error from the webpage model card demo :
Can't load tokenizer using from_pretrained, please update its configuration: Wav2Vec2PhonemeCTCTokenizer requires the phonemizer library but it was not found in your environment. You can install it with pip: pip install phonemizer
One needs to install both phonemizer and espeak to get this to work.
!pip install datasets transformers
!pip install phonemizer
!apt-get install espeak
chaney
changed discussion status to
closed