fix encodec path

This commit is contained in:
Francis LaBounty
2023-04-30 05:30:56 -06:00
parent 45165b7ad7
commit 976ca8fb55
2 changed files with 10 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@@ -20,32 +20,9 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Downloading suno/bark to models\\343256c8e687c94554ef9f091bb93192.pt\n",
"models\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "eb3e09a8f3704a57b7ba9344d3b1b938",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Downloading text_2.pt: 0%| | 0.00/5.35G [00:00<?, ?B/s]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"# download and load all models\n",
"preload_models(\n",