gorkemgoknar
commited on
Commit
•
9458e3a
1
Parent(s):
28044c1
add community info
Browse files
README.md
CHANGED
@@ -41,6 +41,14 @@ The [code-base](https://github.com/coqui-ai/TTS) supports inference and [fine-tu
|
|
41 |
- [XTTS Space](https://huggingface.co/spaces/coqui/xtts) : You can see how model performs on supported languages, and try with your own reference or microphone input
|
42 |
- [XTTS Voice Chat with Mistral or Zephyr](https://huggingface.co/spaces/coqui/voice-chat-with-mistral) : You can experience streaming voice chat with Mistral 7B Instruct or Zephyr 7B Beta
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### License
|
45 |
This model is licensed under [Coqui Public Model License](https://coqui.ai/cpml). There's a lot that goes into a license for generative models, and you can read more of [the origin story of CPML here](https://coqui.ai/blog/tts/cpml).
|
46 |
|
@@ -60,12 +68,6 @@ tts.tts_to_file(text="It took me quite a long time to develop a voice, and now t
|
|
60 |
speaker_wav="/path/to/target/speaker.wav",
|
61 |
language="en")
|
62 |
|
63 |
-
# generate speech by cloning a voice using custom settings
|
64 |
-
tts.tts_to_file(text="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
|
65 |
-
file_path="output.wav",
|
66 |
-
speaker_wav="/path/to/target/speaker.wav",
|
67 |
-
language="en"
|
68 |
-
)
|
69 |
```
|
70 |
|
71 |
Using 🐸TTS Command line:
|
|
|
41 |
- [XTTS Space](https://huggingface.co/spaces/coqui/xtts) : You can see how model performs on supported languages, and try with your own reference or microphone input
|
42 |
- [XTTS Voice Chat with Mistral or Zephyr](https://huggingface.co/spaces/coqui/voice-chat-with-mistral) : You can experience streaming voice chat with Mistral 7B Instruct or Zephyr 7B Beta
|
43 |
|
44 |
+
| | |
|
45 |
+
| ------------------------------- | --------------------------------------- |
|
46 |
+
| 🐸💬 **CoquiTTS** | [coqui/TTS on Github](https://github.com/coqui-ai/TTS)|
|
47 |
+
| 💼 **Documentation** | [ReadTheDocs](https://tts.readthedocs.io/en/latest/)
|
48 |
+
| 👩💻 **Questions** | [GitHub Discussions](https://github.com/coqui-ai/TTS/discussions) |
|
49 |
+
| 🗯 **Community** | [Discord](https://discord.gg/5eXr5seRrv) |
|
50 |
+
|
51 |
+
|
52 |
### License
|
53 |
This model is licensed under [Coqui Public Model License](https://coqui.ai/cpml). There's a lot that goes into a license for generative models, and you can read more of [the origin story of CPML here](https://coqui.ai/blog/tts/cpml).
|
54 |
|
|
|
68 |
speaker_wav="/path/to/target/speaker.wav",
|
69 |
language="en")
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
```
|
72 |
|
73 |
Using 🐸TTS Command line:
|