Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbaer committed Jun 18, 2023
1 parent c8abfc2 commit 803c39b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bark_demo.ipynb
Original file line number Diff line number Diff line change
@@ -1253,7 +1253,7 @@
"cell_type": "code",
"source": [
"text_prompt = \"\"\"\n",
" Hello, my name is Suno. And, uh — and I like pizza. [laughs] \n",
" Hello, my name is Suno. And, uh — and I like pizza. [laughs]\n",
" But I also have other interests such as playing tic tac toe.\n",
"\"\"\"\n",
"audio_array = generate_audio(text_prompt)\n",
@@ -1310,7 +1310,7 @@
"cell_type": "code",
"source": [
"text_prompt = \"\"\"\n",
" Buenos días Miguel. Tu colega piensa que tu alemán es extremadamente malo. \n",
" Buenos días Miguel. Tu colega piensa que tu alemán es extremadamente malo.\n",
" But I suppose your english isn't terrible.\n",
"\"\"\"\n",
"audio_array = generate_audio(text_prompt)\n",
@@ -1406,7 +1406,7 @@
"cell_type": "code",
"source": [
"text_prompt = \"\"\"\n",
" I have a silky smooth voice, and today I will tell you \n",
" I have a silky smooth voice, and today I will tell you\n",
" about the exercise regimen of the common sloth.\n",
"\"\"\"\n",
"audio_array = generate_audio(text_prompt, history_prompt=\"v2/en_speaker_1\")\n",

0 comments on commit 803c39b

Please sign in to comment.