Text-to-Speech
Transformers
Safetensors
English
Hindi
llama
text-generation
tts
hindi
english
audio
speech
india
text-generation-inference
Instructions to use maya-research/Veena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maya-research/Veena with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="maya-research/Veena")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("maya-research/Veena") model = AutoModelForCausalLM.from_pretrained("maya-research/Veena") - Notebooks
- Google Colab
- Kaggle
Local Installation Video and Testing - Step by Step
#8
by fahdmirzac - opened
Hi,
Kudos on producing such a sublime model. I did a local installation and testing video :
https://youtu.be/48Pm40aLqvU?si=6vtHLQIAhxQif_y6
Thanks and regards,
Fahd
Really appreciate it @fahdmirzac , mind if i share this just incase someone needs help installing and setting up ?