Commit 08fc1e23 authored by lvzhen's avatar lvzhen
Browse files

Update README.md

parent c1f746f8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## 论文 ## 论文
[VITS](https://arxiv.org/abs/2106.06103) [https://arxiv.org/abs/2106.06103](https://arxiv.org/abs/2106.06103)
## 模型结构 ## 模型结构
...@@ -66,6 +66,8 @@ torchaudio:2.1.2 ...@@ -66,6 +66,8 @@ torchaudio:2.1.2
``` ```
cd vits cd vits
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
apt-get update
chmod 777 /tmp
apt-get install espeak apt-get install espeak
cd monotonic_align cd monotonic_align
python setup.py build_ext --inplace python setup.py build_ext --inplace
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment