Instructions to use thoth-AI/testing-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thoth-AI/testing-TTS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="thoth-AI/testing-TTS")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("thoth-AI/testing-TTS") model = AutoModelForTextToSpectrogram.from_pretrained("thoth-AI/testing-TTS") - Notebooks
- Google Colab
- Kaggle
new model training
Browse files
README.md
CHANGED
|
@@ -3,10 +3,10 @@ language:
|
|
| 3 |
- en
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
-
-
|
| 10 |
model-index:
|
| 11 |
- name: SpeechT5 TTS Fine-tune
|
| 12 |
results: []
|
|
|
|
| 3 |
- en
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
+
- v0.2
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
+
- local
|
| 10 |
model-index:
|
| 11 |
- name: SpeechT5 TTS Fine-tune
|
| 12 |
results: []
|