mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-05-18 14:50:38 +00:00
format
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
use axum::extract::State;
|
||||
use axum::{extract::Query, response::IntoResponse, routing::{get, post}, Json, Router};
|
||||
use axum::{
|
||||
extract::Query,
|
||||
response::IntoResponse,
|
||||
routing::{get, post},
|
||||
Json, Router,
|
||||
};
|
||||
use sbv2_core::{jtalk::JTalk, tts::TTSModelHolder, tts_util::preprocess_parse_text};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tokio::{fs, net::TcpListener, sync::Mutex};
|
||||
|
||||
Reference in New Issue
Block a user