Instructions to use CAMB-AI/MARS5-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MARS5-TTS
How to use CAMB-AI/MARS5-TTS with MARS5-TTS:
# Install from https://github.com/Camb-ai/MARS5-TTS from inference import Mars5TTS mars5 = Mars5TTS.from_pretrained("CAMB-AI/MARS5-TTS") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ librosa
|
|
| 7 |
vocos
|
| 8 |
encodec
|
| 9 |
huggingface_hub
|
|
|
|
| 10 |
|
|
|
|
| 7 |
vocos
|
| 8 |
encodec
|
| 9 |
huggingface_hub
|
| 10 |
+
safetensors
|
| 11 |
|