File size: 333 Bytes
5dce752 8769d0e 5dce752 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | HF_DATASET_NAME = "PaulineDV/TTS_annotations_data"
REFERENCE_AUDIO = "references/basic_ref_en.wav"
REFERENCE_TEXT = (
"Some call me nature, others call me mother nature."
)
MODEL_OPTIONS = [
"OmniVoice",
"Piper",
"Kokoro"
]
ADMIN_PASSWORD_HASH = "eb32da077dfaf326cd6f73e0716b628da6427aa318a2d0b9fafa9ef315b5e885" |