Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Deep-unlearning
Copy link
Contributor

No description provided.

Copy link
Member

@pcuenca pcuenca left a 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).

Copy link
Contributor

@Wauplin Wauplin left a 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)

Comment on lines +532 to +533
filter: false,
countDownloads: `path:"config.json"`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sf.write('output.wav', audio, 24000)`
sf.write('output.wav', audio, 24000)`,

(fixes lint)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants