| 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" |