File size: 117 Bytes
12da6cc
 
 
 
 
 
1
2
3
4
5
6
7
from pathlib import Path
from typing import NamedTuple


class FLAGS:
    ckpt_dir = Path("./assets/infore/hifigan")