Skip to content

Commit 53742f8

Browse files
committed
remove deprecated download
1 parent 8dc270f commit 53742f8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

run_model_downloader.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ def download_models():
3939
filename=os.path.abspath(os.path.join(MODELS_DIR, "Vocoder", "best.pt")),
4040
reporthook=report)
4141

42-
#############
43-
print("Downloading Embedding Model")
44-
os.makedirs(os.path.join(MODELS_DIR, "Embedding"), exist_ok=True)
45-
filename, headers = urllib.request.urlretrieve(
46-
url="https://github.com/DigitalPhonetics/IMS-Toucan/releases/download/v3.0/embedding_function.pt",
47-
filename=os.path.abspath(os.path.join(MODELS_DIR, "Embedding", "embedding_function.pt")),
48-
reporthook=report)
49-
5042
#############
5143
print("Downloading Embedding GAN")
5244
os.makedirs(os.path.join(MODELS_DIR, "Embedding"), exist_ok=True)

0 commit comments

Comments
 (0)