-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] HELP HELP HELP #3836
Comments
You can load this model in Coqui with: tts = TTS("tts_models/urd-script_devanagari/fairseq/vits")
There is also a bug that you might encounter when loading fairseq models, which has been fixed in our Coqui fork, which you can install with |
can u please define in detail? from TTS.api import TTS tts = TTS("tts_models/urd-script_devanagari/fairseq/vits") Define your text inputtext = "Kya kehna chahte ho?" Generate and save speechtts.tts_to_file(text=text, file_path="output.wav") print("Audio saved at: output.wav") and got error as |
issue fixed in the PR #3994 |
Describe the bug
I M trying to use this repo for urdu language i have found some pretrained module on hugging face
but i m unable to use
i dont have any prior knowledge of python i m not familiar with tts
can some one pls help???????
To Reproduce
from TTS.api import TTS
Initialize TTS with a VITS model
model_name = "facebook/mms-tts-urd-script_devanagari"
tts = TTS(model_name=model_name)
Define your text input
text = "Kya kehna chahte ho?"
Generate and save speech
tts.tts_to_file(text=text, file_path="output.wav")
print("Audio saved at: output.wav")
Expected behavior
No response
Logs
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: