Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontend/src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ pub fn run() {
tts::tts_get_status,
tts::tts_download_models,
tts::tts_load_models,
tts::tts_chunk_text,
tts::tts_synthesize,
tts::tts_synthesize_chunk,
tts::tts_unload_models,
tts::tts_delete_models,
])
Expand Down Expand Up @@ -296,7 +298,9 @@ pub fn run() {
tts::tts_get_status,
tts::tts_download_models,
tts::tts_load_models,
tts::tts_chunk_text,
tts::tts_synthesize,
tts::tts_synthesize_chunk,
tts::tts_unload_models,
tts::tts_delete_models,
])
Expand Down
Loading
Loading