Instructions to use zz001/testewewe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MARS5-TTS
How to use zz001/testewewe with MARS5-TTS:
# Install from https://github.com/Camb-ai/MARS5-TTS from inference import Mars5TTS mars5 = Mars5TTS.from_pretrained("zz001/testewewe") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: agpl-3.0
|
| 3 |
+
pipeline_tag: text-to-speech
|
| 4 |
+
library_name: mars5-tts
|
| 5 |
+
tags:
|
| 6 |
+
- text-to-speech
|
| 7 |
+
- audio
|
| 8 |
+
- speech
|
| 9 |
+
- voice-cloning
|
| 10 |
+
- vc
|
| 11 |
+
- tts
|
| 12 |
+
---
|