Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tobiccino
/
tts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tts
/
vietTTS
/
hifigan
/
config.py
tobiccino
upload
12da6cc
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
from
pathlib
import
Path
from
typing
import
NamedTuple
class
FLAGS
:
ckpt_dir = Path(
"./assets/infore/hifigan"
)