Exemplo n.º 1
0
def hifigan_model():
    test_root = os.path.dirname(os.path.abspath(__file__))
    model = HifiGanModel.from_pretrained(model_name="tts_hifigan")
    return model
Exemplo n.º 2
0
def hifigan_model():
    model = HifiGanModel.from_pretrained(model_name="tts_hifigan")
    return model