model card
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
<div> </div>
|
3 |
<img src="resources/openvoicelogo.jpg" width="400"/>
|
@@ -67,4 +74,4 @@ Please see [QA](docs/QA.md) for common questions and answers. We will regularly
|
|
67 |
OpenVoice V1 and V2 are MIT Licensed. Free for both commercial and research use.
|
68 |
|
69 |
## Acknowledgements
|
70 |
-
This implementation is based on several excellent projects, [TTS](https://github.com/coqui-ai/TTS), [VITS](https://github.com/jaywalnut310/vits), and [VITS2](https://github.com/daniilrobnikov/vits2). Thanks for their awesome work!
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- myshell-ai/OpenVoiceV2
|
7 |
+
---
|
8 |
<div align="center">
|
9 |
<div> </div>
|
10 |
<img src="resources/openvoicelogo.jpg" width="400"/>
|
|
|
74 |
OpenVoice V1 and V2 are MIT Licensed. Free for both commercial and research use.
|
75 |
|
76 |
## Acknowledgements
|
77 |
+
This implementation is based on several excellent projects, [TTS](https://github.com/coqui-ai/TTS), [VITS](https://github.com/jaywalnut310/vits), and [VITS2](https://github.com/daniilrobnikov/vits2). Thanks for their awesome work!
|