Update modeling_emova_speech_tokenizer.py
Browse files
modeling_emova_speech_tokenizer.py
CHANGED
@@ -25,7 +25,7 @@ try:
|
|
25 |
from emova_speech_tokenizer.speech_utils import get_S2U_ckpt_config_path, load_config, VQCTCFinetuneModel, s2u_extract_unit_demo
|
26 |
from emova_speech_tokenizer.speech_utils import get_U2S_config_checkpoint_file, load_U2S_config, SynthesizerTrn, synthesis
|
27 |
except:
|
28 |
-
raise ImportError('Dependencies of emova speech tokenizer are not installed properly. Check https://
|
29 |
|
30 |
from .configuration_emova_speech_tokenizer import EMOVASpeechTokenizerConfig
|
31 |
|
|
|
25 |
from emova_speech_tokenizer.speech_utils import get_S2U_ckpt_config_path, load_config, VQCTCFinetuneModel, s2u_extract_unit_demo
|
26 |
from emova_speech_tokenizer.speech_utils import get_U2S_config_checkpoint_file, load_U2S_config, SynthesizerTrn, synthesis
|
27 |
except:
|
28 |
+
raise ImportError('Dependencies of emova speech tokenizer are not installed properly. Check https://github.com/emova-ollm/EMOVA_speech_tokenizer#installation for detailed instructions.')
|
29 |
|
30 |
from .configuration_emova_speech_tokenizer import EMOVASpeechTokenizerConfig
|
31 |
|