-
Notifications
You must be signed in to change notification settings - Fork 482
Add KittenML code snippet #1683
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, as long as some PRs like this one are merged in the Hub. (I think the library name there should be kittentts
, not KittenTTS).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @pcuenca's comment! (must be kittentts
in PRs + please ping us once at least one model is listed under https://huggingface.co/models?other=kittentts)
filter: false, | ||
countDownloads: `path:"config.json"`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filter: false, | |
countDownloads: `path:"config.json"`, |
no need for those two lines (default values)
|
||
# Save the audio | ||
import soundfile as sf | ||
sf.write('output.wav', audio, 24000)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sf.write('output.wav', audio, 24000)` | |
sf.write('output.wav', audio, 24000)`, |
(fixes lint)
No description provided.