lenML / Speech-AI-Forge

🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server and a Gradio-based WebUI.
https://huggingface.co/spaces/lenML/ChatTTS-Forge
GNU Affero General Public License v3.0
711 stars 87 forks source link

readme 中docker章节指令有一点书写错误 #27

Closed Just-blue closed 4 months ago

Just-blue commented 4 months ago

原: 下载模型: python -m scripts/download_models --source huggingface 改正: python -m scripts.download_models --source huggingface

原: webui: docker-compose -f ./docker-cmopose.webui.yml up -d api: docker-compose -f ./docker-cmopose.api.yml up -d 改正: webui: docker-compose -f ./docker-compose.webui.yml up -d api: docker-compose -f ./docker-compose.api.yml up -d

zhzLuke96 commented 4 months ago

fixed d0ba3b932449a1e229d43817da07fc80d310bb9c