AI-RVC / ui /__init__.py
mason369's picture
Upload folder using huggingface_hub
e103b22 verified
raw
history blame contribute delete
112 Bytes
# -*- coding: utf-8 -*-
"""
UI 模块
"""
from .app import create_ui, launch
__all__ = ["create_ui", "launch"]