PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.98k stars 1.83k forks source link

tts服务正常启动,post报错。 #3537

Open 0902081008 opened 1 year ago

0902081008 commented 1 year ago

tts服务在Docker中启动服务正常,但post报错: Offline tts engine only support python or inference 查找后发现readme中有简短说明: 目前引擎类型支持两种形式:python 及 inference (Paddle Inference) 注意: 如果在容器里可正常启动服务,但客户端访问 ip 不可达,可尝试将配置文件中 host 地址换成本地 ip 地址。 尝试把tts_online_application.yaml中hostip修改为docker的和宿主的都不行,请问该如何修改?

Gsonovb commented 12 months ago

如果是DOCKER ,有没有打开端口?

polarisNoSnow commented 11 months ago

这个接口确实有问题,/paddlespeech/tts/streaming流式服务接口的可以,/paddlespeech/tts/help测试服务接口也可以