Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Here's an example of how you would use the "text-to-speech" pipeline with Bark:
from transformers import pipeline
pipe = pipeline("text-to-speech", model="suno/bark-small")
text = "[clears throat] This is a test and I just took a long pause."