Instructions to use Teimuri/speecht53 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Teimuri/speecht53 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Teimuri/speecht53")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Teimuri/speecht53") model = AutoModelForTextToSpectrogram.from_pretrained("Teimuri/speecht53") - Notebooks
- Google Colab
- Kaggle
Upload SpeechT5ForTextToSpeech
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577789320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b4be749d35e5d8e90a566cff6320a3a2af72da31b19407dc48c6d4c23944a4f
|
| 3 |
size 577789320
|