Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mason369
/
AI-RVC
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-RVC
/
ui
/
__init__.py
mason369
Upload folder using huggingface_hub
e103b22
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
# -*- coding: utf-8 -*-
"""
UI 模块
"""
from
.app
import
create_ui, launch
__all__ = [
"create_ui"
,
"launch"
]