From bf4e4b025135b734925666ed20db39f70e6e1368 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 May 2024 08:46:15 +0800 Subject: [PATCH] fix edgetts temp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9a0bf0..ae29cc8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ pip install -r requirements.txt pip install "git+https://github.com/facebookresearch/pytorch3d.git" pip install tensorflow-gpu==2.8.0 pip install --upgrade "protobuf<=3.20.1" +pip install --upgrade "edge-tts<=6.1.11" ``` 安装常见问题[FAQ](/assets/faq.md) linux cuda环境搭建可以参考这篇文章 https://zhuanlan.zhihu.com/p/674972886