Skip to content

Commit

Permalink
remove deprecated download
Browse files Browse the repository at this point in the history
  • Loading branch information
Flux9665 committed Jul 9, 2024
1 parent 8dc270f commit 53742f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions run_model_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ def download_models():
filename=os.path.abspath(os.path.join(MODELS_DIR, "Vocoder", "best.pt")),
reporthook=report)

#############
print("Downloading Embedding Model")
os.makedirs(os.path.join(MODELS_DIR, "Embedding"), exist_ok=True)
filename, headers = urllib.request.urlretrieve(
url="https://github.com/DigitalPhonetics/IMS-Toucan/releases/download/v3.0/embedding_function.pt",
filename=os.path.abspath(os.path.join(MODELS_DIR, "Embedding", "embedding_function.pt")),
reporthook=report)

#############
print("Downloading Embedding GAN")
os.makedirs(os.path.join(MODELS_DIR, "Embedding"), exist_ok=True)
Expand Down

0 comments on commit 53742f8

Please sign in to comment.