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
/
v1
/
__init__.py
liumaolin
feat(api): implement local training MVP with adapter pattern
e054d0c
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
118 Bytes
"""
API v1 模块
包含 v1 版本的所有 API 端点
"""
from
.router
import
api_router
__all__ = [
"api_router"
]