Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
MoYoYoTech
/
MoYoYo.tts
like
0
Follow
MoYoYoTech
25
Model card
Files
Files and versions
xet
Community
main
MoYoYo.tts
/
api_server
/
app
/
api
/
__init__.py
liumaolin
feat(api): implement local training MVP with adapter pattern
e054d0c
17 days ago
raw
Copy download link
history
blame
contribute
delete
114 Bytes
"""
API 模块
包含所有 API 路由和端点
"""
from
.v1.router
import
api_router
__all__ = [
"api_router"
]