QoL updates

This commit is contained in:
Francis LaBounty
2023-04-22 16:44:01 -06:00
parent 72f0afe683
commit c9361469e3
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@
"source": [
"from bark.api import generate_audio\n",
"from bark.generation import SAMPLE_RATE, preload_models, codec_decode, generate_coarse, generate_fine, generate_text_semantic\n",
"text_prompt = \"Hello, my name is Suno. And, uh — and I like pizza. [laughs]\"\n",
"text_prompt = \"Hello, my name is Serpy. And, uh — and I like pizza. [laughs]\"\n",
"voice_name = \"speaker_0\" # use your custom voice name here if you have one"
]
},

View File

@@ -8,7 +8,7 @@
"source": [
"from bark.api import generate_audio\n",
"from bark.generation import SAMPLE_RATE, preload_models, codec_decode, generate_coarse, generate_fine, generate_text_semantic\n",
"text_prompt = \"Hello, my name is Suno. And, uh — and I like pizza. [laughs]\"\n",
"text_prompt = \"Hello, my name is Serpy. And, uh — and I like pizza. [laughs]\"\n",
"voice_name = \"speaker_0\" # use your custom voice name here if you have one"
]
},