Instructions to use adbcode/speecht5_voxpopuli_sl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adbcode/speecht5_voxpopuli_sl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="adbcode/speecht5_voxpopuli_sl")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("adbcode/speecht5_voxpopuli_sl") model = AutoModelForTextToSpectrogram.from_pretrained("adbcode/speecht5_voxpopuli_sl") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f81ad8169cd3724bfb940da984bb891389a6b2d9db3d5de19e68015b1137b80
|
| 3 |
+
size 577789320
|