Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
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
27
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
4 months ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
"""
API v1 模块
包含 v1 版本的所有 API 端点
"""
from
.router
import
api_router
__all__ = [
"api_router"
]