Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
base_model:
|
6 |
+
- lj1995/GPT-SoVITS
|
7 |
+
pipeline_tag: text-to-speech
|
8 |
+
---
|
9 |
+
|
10 |
+
# gpt-sovits-onnx-custom
|
11 |
+
|
12 |
+
this is a demo GPT-SoVITS model for https://github.com/null-define/gpt-sovits-onnx-rs
|
13 |
+
|
14 |
+
please check the github project for detailed usage
|
15 |
+
|
16 |
+
This model has been fine-tuned on copyrighted videos from the internet, so commercial use is not advised.
|