예제 #1
0
def hifigan_model():
    test_root = os.path.dirname(os.path.abspath(__file__))
    model = HifiGanModel.from_pretrained(model_name="tts_hifigan")
    return model
예제 #2
0
def hifigan_model():
    model = HifiGanModel.from_pretrained(model_name="tts_hifigan")
    return model