From 5edf3b18fa3fce1196e8cc1c7fb8a96536e6578e Mon Sep 17 00:00:00 2001 From: Antonio-A415 <131488267+Antonio-A415@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:35:15 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea12b7..ba6e108 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Bark can generate all types of audio, and, in principle, doesn't see a differenc ```python text_prompt = """ - ♪ In the jungle, the mighty jungle, the lion barks tonight ♪ + ♪ En nuestras vidas, vamos a buscarnos a nosotros mismos. ♪ """ audio_array = generate_audio(text_prompt) ```