Spaces:
Running
Running
Commit
·
277623e
1
Parent(s):
8a1292d
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,13 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
```
|
7 |
-
git clone https://github.com/KevinWang676/Bert-VITS2-quick-start.git
|
8 |
-
cd Bert-VITS2-quick-start
|
9 |
-
pip install -r requirements.txt
|
10 |
-
```
|
11 |
-
|
12 |
-
## References
|
13 |
-
+ [anyvoiceai/MassTTS](https://github.com/anyvoiceai/MassTTS)
|
14 |
-
+ [jaywalnut310/vits](https://github.com/jaywalnut310/vits)
|
15 |
-
+ [p0p4k/vits2_pytorch](https://github.com/p0p4k/vits2_pytorch)
|
16 |
-
+ [svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)
|
17 |
-
+ [PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
|
|
|
1 |
+
---
|
2 |
+
title: Bert-VITS2
|
3 |
+
emoji: 🌟
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.36.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|