Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,74 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
As we detailed in our [paper](https://arxiv.org/abs/2312.01479) and [website](https://research.myshell.ai/open-voice), the advantages of OpenVoice are three-fold:
|
15 |
-
|
16 |
-
**1. Accurate Tone Color Cloning.**
|
17 |
-
OpenVoice can accurately clone the reference tone color and generate speech in multiple languages and accents.
|
18 |
-
|
19 |
-
**2. Flexible Voice Style Control.**
|
20 |
-
OpenVoice enables granular control over voice styles, such as emotion and accent, as well as other style parameters including rhythm, pauses, and intonation.
|
21 |
-
|
22 |
-
**3. Zero-shot Cross-lingual Voice Cloning.**
|
23 |
-
Neither of the language of the generated speech nor the language of the reference speech needs to be presented in the massive-speaker multi-lingual training dataset.
|
24 |
-
|
25 |
-
### OpenVoice V2
|
26 |
-
|
27 |
-
In April 2024, we released OpenVoice V2, which includes all features in V1 and has:
|
28 |
-
|
29 |
-
**1. Better Audio Quality.**
|
30 |
-
OpenVoice V2 adopts a different training strategy that delivers better audio quality.
|
31 |
-
|
32 |
-
**2. Native Multi-lingual Support.**
|
33 |
-
English, Spanish, French, Chinese, Japanese and Korean are natively supported in OpenVoice V2.
|
34 |
-
|
35 |
-
**3. Free Commercial Use.**
|
36 |
-
Starting from April 2024, both V2 and V1 are released under MIT License. Free for commercial use.
|
37 |
-
|
38 |
-
[Video](https://github.com/myshell-ai/OpenVoice/assets/40556743/3cba936f-82bf-476c-9e52-09f0f417bb2f)
|
39 |
-
|
40 |
-
OpenVoice has been powering the instant voice cloning capability of [myshell.ai](https://app.myshell.ai/explore) since May 2023. Until Nov 2023, the voice cloning model has been used tens of millions of times by users worldwide, and witnessed the explosive user growth on the platform.
|
41 |
-
|
42 |
-
## Main Contributors
|
43 |
-
|
44 |
-
- [Zengyi Qin](https://www.qinzy.tech) at MIT and MyShell
|
45 |
-
- [Wenliang Zhao](https://wl-zhao.github.io) at Tsinghua University
|
46 |
-
- [Xumin Yu](https://yuxumin.github.io) at Tsinghua University
|
47 |
-
- [Ethan Sun](https://twitter.com/ethan_myshell) at MyShell
|
48 |
-
|
49 |
-
## How to Use
|
50 |
-
Please see [usage](docs/USAGE.md) for detailed instructions.
|
51 |
-
|
52 |
-
## Common Issues
|
53 |
-
|
54 |
-
Please see [QA](docs/QA.md) for common questions and answers. We will regularly update the question and answer list.
|
55 |
-
|
56 |
-
## Join Our Community
|
57 |
-
|
58 |
-
Join our [Discord community](https://discord.gg/myshell) and select the `Developer` role upon joining to gain exclusive access to our developer-only channel! Don't miss out on valuable discussions and collaboration opportunities.
|
59 |
-
|
60 |
-
## Citation
|
61 |
-
```
|
62 |
-
@article{qin2023openvoice,
|
63 |
-
title={OpenVoice: Versatile Instant Voice Cloning},
|
64 |
-
author={Qin, Zengyi and Zhao, Wenliang and Yu, Xumin and Sun, Xin},
|
65 |
-
journal={arXiv preprint arXiv:2312.01479},
|
66 |
-
year={2023}
|
67 |
-
}
|
68 |
-
```
|
69 |
-
|
70 |
-
## License
|
71 |
-
OpenVoice V1 and V2 are MIT Licensed. Free for both commercial and research use.
|
72 |
-
|
73 |
-
## Acknowledgements
|
74 |
-
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 |
+
title: 11Labs OpenVoice V2
|
2 |
+
emoji: 🐨
|
3 |
+
colorFrom: purple
|
4 |
+
colorTo: blue
|
5 |
+
sdk: gradio
|
6 |
+
sdk_version: 4.29.0
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
license: mit
|
10 |
+
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|