mirror of
https://github.com/serp-ai/bark-with-voice-clone.git
synced 2026-04-03 09:46:24 +02:00
Update urls
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# load sk-learn classifier from here: http://s3.amazonaws.com/suno-public/bark/models/v0/classifier.pkl\n",
|
||||
"# load sk-learn classifier from here: https://dl.suno-models.io/bark/models/v0/classifier.pkl\n",
|
||||
"with open(\"classifier.pkl\", \"rb\") as f:\n",
|
||||
" clf = pickle.load(f)"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user