mirror of
https://github.com/serp-ai/bark-with-voice-clone.git
synced 2025-12-15 03:07:58 +01:00
Update urls
This commit is contained in:
@@ -64,7 +64,7 @@ default_cache_dir = os.path.join(os.path.expanduser("~"), ".cache")
|
||||
CACHE_DIR = os.path.join(os.getenv("XDG_CACHE_HOME", default_cache_dir), "suno", "bark_v0")
|
||||
|
||||
|
||||
REMOTE_BASE_URL = "http://s3.amazonaws.com/suno-public/bark/models/v0/"
|
||||
REMOTE_BASE_URL = "https://dl.suno-models.io/bark/models/v0/"
|
||||
REMOTE_MODEL_PATHS = {
|
||||
"text": {
|
||||
"path": os.environ.get("SUNO_TEXT_MODEL_PATH", os.path.join(REMOTE_BASE_URL, "text_2.pt")),
|
||||
|
||||
@@ -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