Skip to content

Commit bb2d9ab

Browse files
committed
remove necessity for file cache
1 parent 3180651 commit bb2d9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_model_downloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def download_models():
2424
reporthook=report)
2525

2626
#############
27-
print("Downloading Multilingual ToucanTTS Model")
28-
os.makedirs(os.path.join(MODELS_DIR, "ToucanTTS_Meta"), exist_ok=True)
27+
print("Downloading ASVSpoof ToucanTTS Model")
28+
os.makedirs(os.path.join(MODELS_DIR, "ASVSpoof"), exist_ok=True)
2929
filename, headers = urllib.request.urlretrieve(
3030
url="https://github.com/DigitalPhonetics/IMS-Toucan/releases/download/v2.asvspoof/toucantts.pt",
3131
filename=os.path.abspath(os.path.join(MODELS_DIR, "ASVSpoof", "best.pt")),

0 commit comments

Comments
 (0)