Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
MoYoYoTech
/
MoYoYo.tts
like
0
Follow
MoYoYoTech
28
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
MoYoYo.tts
/
api_server
/
app
/
api
/
__init__.py
liumaolin
feat(api): implement local training MVP with adapter pattern
e054d0c
6 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
114 Bytes
"""
API 模块
包含所有 API 路由和端点
"""
from
.v1.router
import
api_router
__all__ = [
"api_router"
]