Instructions to use piyazon/TTS-Radio-Ug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use piyazon/TTS-Radio-Ug with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="piyazon/TTS-Radio-Ug")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("piyazon/TTS-Radio-Ug") model = AutoModelForTextToWaveform.from_pretrained("piyazon/TTS-Radio-Ug") - Notebooks
- Google Colab
- Kaggle
Japa Qaktigiz
#2 opened 8 months ago
by
xjlosfer
Harmighaysiz
👍 1
1
#1 opened 8 months ago
by
kawichi