Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tobiccino
/
tts
like
0
Sleeping
App
Files
Files
Community
26bf638
tts
/
vietTTS
/
hifigan
/
config.py
tobiccino
upload
12da6cc
over 1 year ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
pathlib
import
Path
from
typing
import
NamedTuple
class
FLAGS
:
ckpt_dir = Path(
"./assets/infore/hifigan"
)