turndown
turndown
I couldn't access the address of huggingface locally, so I downloaded the entire model repository directly.  Then I specified the cache model path, but there was still an issue...
你好,我在使用镜像过程遇到问题: docker run -it --gpus "device=1" -v /data/Linly-Talker:/root/autodl-tmp registry.cn-beijing.aliyuncs.com/codewithgpu2/kedreamix-linly-talker:zYGdW3yO3D /bin/bash 执行启动容器,然后修改config.py里的ip为0.0.0.0,在launch中把share设置为true,再到其他的局域网设备访问,结果遇到报错见截图。 如下问题: 1.镜像里没有模型文件吗?都需要重新下载吗? 2.这个局域网要如何访问,我设置的有没有问题? 
Hi, I started the TTS service using the following command: stt-server -m large-v3 -l zh -c 30004 -d 30006 Then I opened the RealtimeSTT_server/index.html file in a browser and was...