Spaces:
Running
Running
Update styletts2importable.py
Browse files- styletts2importable.py +1 -1
styletts2importable.py
CHANGED
@@ -713,7 +713,7 @@ global_phonemizer = phonemizer.backend.EspeakBackend(language='en-us', preserve_
|
|
713 |
|
714 |
|
715 |
# config = yaml.safe_load(open("Models/LibriTTS/config.yml"))
|
716 |
-
config = yaml.safe_load(open(str(cached_path(
|
717 |
|
718 |
# load pretrained ASR model
|
719 |
ASR_config = config.get('ASR_config', False)
|
|
|
713 |
|
714 |
|
715 |
# config = yaml.safe_load(open("Models/LibriTTS/config.yml"))
|
716 |
+
config = yaml.safe_load(open(str(cached_path('hf://yl4579/StyleTTS2-LJSpeech/Models/LJSpeech/config.yml'))))
|
717 |
|
718 |
# load pretrained ASR model
|
719 |
ASR_config = config.get('ASR_config', False)
|