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