zai_rs/model/audio_to_speech/
tts_model.rs

1use super::super::traits::*;
2use crate::{define_model_type, impl_model_markers};
3
4// CogTTS model identifier
5define_model_type!(CogTts, "cogtts");
6impl_model_markers!(CogTts: TextToSpeech);