|
app_description = """ |
|
🍦 ChatTTS-Forge 是一个围绕 TTS 生成模型 ChatTTS 开发的项目,实现了 API Server 和 基于 Gradio 的 WebUI。<br/> |
|
🍦 ChatTTS-Forge is a project developed around the TTS generation model ChatTTS, implementing an API Server and a Gradio-based WebUI. |
|
|
|
项目地址: [https://github.com/lenML/ChatTTS-Forge](https://github.com/lenML/ChatTTS-Forge) |
|
|
|
> 所有生成音频的 POST api都无法在此页面调试,调试建议使用 playground <br/> |
|
> All audio generation POST APIs cannot be debugged on this page, it is recommended to use playground for debugging |
|
|
|
> 如果你不熟悉本系统,建议从这个一键脚本开始,在colab中尝试一下:<br/> |
|
> [https://colab.research.google.com/github/lenML/ChatTTS-Forge/blob/main/colab.ipynb](https://colab.research.google.com/github/lenML/ChatTTS-Forge/blob/main/colab.ipynb) |
|
""" |
|
app_title = "ChatTTS Forge API" |
|
app_version = "0.1.0" |
|
|