Suno

Suno

pop

00:58

Songtekst

Suno

text_prompt = """
    Hello, my name is Suno. And, uh — and I like pizza. [laughs]
    But I also have other interests such as playing tic tac toe.
"""
audio_array = generate_audio(text_prompt)

# play text in notebook
Audio(audio_array, rate=SAMPLE_RATE)