Instructions to use Chithekitale/PhD_tts_updated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chithekitale/PhD_tts_updated with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Chithekitale/PhD_tts_updated")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Chithekitale/PhD_tts_updated") model = AutoModelForTextToSpectrogram.from_pretrained("Chithekitale/PhD_tts_updated", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0c3fcc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78afc2c19b3499a630b65d105c3d24f0615aada1ab518033a503cd310415bb14
size 5496
|