use it on colab
Can you guide me on how to use it on google colab. I ran the "pip install git+https://github.com/huggingface/parler-tts.git" but it doesn't provide me with the input "prompts" like text and description of voice.
should I run the coded in entirety?
I a not a hardcore programmer and would appreciate if you can help as I am converting Sanskrit script to YouTube videos
Hey
@rameshjey
, You can run the inference code provided on the model card page directly on collab if you have installed the repository using "pip install git+https://github.com/huggingface/parler-tts.git
"
I have been testing the model using Google Colab for a month and haven't faced any issues yet.
You can switch between languages by changing the prompt (it detects the language of your text prompt and generates the audio accordingly).
Maybe you can elaborate on your problem so I can help you with the specifics.