Skip to content

Commit

Permalink
Fixed M-AILABS broken link
Browse files Browse the repository at this point in the history
I replaced the broken link with the updated one that I found on the same website here:
http://www.caito.de/2019/01/the-m-ailabs-speech-dataset/
  • Loading branch information
Daniel Tinazzi authored Nov 17, 2021
1 parent 73e1e4f commit 4fa8dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/import_m-ailabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

ARCHIVE_DIR_NAME = "{language}"
ARCHIVE_NAME = "{language}.tgz"
ARCHIVE_URL = "http://www.caito.de/data/Training/stt_tts/" + ARCHIVE_NAME
ARCHIVE_URL = "https://data.solak.de/data/Training/stt_tts/" + ARCHIVE_NAME


def _download_and_preprocess_data(target_dir):
Expand Down

0 comments on commit 4fa8dd3

Please sign in to comment.