You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#@markdown Load it and send it through Tortoise.
voice_samples, conditioning_latents = load_voice(voice)
gen = tts.tts_with_preset(text, voice_samples=voice_samples, conditioning_latents=conditioning_latents,
preset=preset)
torchaudio.save('generated.wav', gen.squeeze(0).cpu(), 24000)
can any one please help me runnig this as i want to run urdu languge tts
can any one help me as i want t run this repo for urdu tts with my own voice
as i m newbie i am unable to achieve this
kindly some one please guide me through the process
The text was updated successfully, but these errors were encountered: