Instructions to use DeepBeepMeep/TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use DeepBeepMeep/TTS with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 275 Bytes
03580ed | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 1,
"processor_class": "Wav2Vec2BertProcessor",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}
|