tts / vietTTS /hifigan /config.py
tobiccino's picture
upload
12da6cc
raw
history blame
No virus
117 Bytes
from pathlib import Path
from typing import NamedTuple
class FLAGS:
ckpt_dir = Path("./assets/infore/hifigan")