Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
output = pipe(text)
Here's a code snippet you can use to listen to the resulting audio in a notebook:
thon
from IPython.display import Audio
Audio(output["audio"], rate=output["sampling_rate"])
For more examples on what Bark and other pretrained TTS models can do, refer to our
Audio course.