TTS_evaluation_tool / config /settings.py
PaulineDV's picture
new model kokoro working + piper test
8769d0e
Raw
History Blame Contribute Delete
333 Bytes
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"