This commit is contained in:
DelLevin-Home
2026-06-17 01:51:11 +08:00
parent bb66913eab
commit db033c661f
28 changed files with 3744 additions and 31 deletions

View File

@@ -14,9 +14,11 @@ from .sovits_tts import bp as sovits_tts_bp
from .stt import bp as stt_bp
from .ai_dubbing import bp as ai_dubbing_bp
from .rvc import bp as rvc_bp
from .audio_slicer import bp as audio_slicer_bp
from .uvr_sep import bp as uvr_sep_bp
__all__ = [
'pin_tu_bp', 'base64_bp', 'down_video_bp', 'fen_ci_bp', 'content_tag_bp',
'chmod_calc_bp', 'json_format_bp', 'qr_code_bp', 'http_status_bp', 'url_parser_bp', 'token_gen_bp',
'sovits_tts_bp', 'stt_bp', 'ai_dubbing_bp', 'rvc_bp',
'sovits_tts_bp', 'stt_bp', 'ai_dubbing_bp', 'rvc_bp', 'audio_slicer_bp', 'uvr_sep_bp',
]