Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit aa1d285

Browse files
authored
Merge pull request #3703 from danieltinazzi/master
Fix M-AILABS broken link
2 parents 73e1e4f + 4fa8dd3 commit aa1d285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/import_m-ailabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

3131

3232
def _download_and_preprocess_data(target_dir):

0 commit comments

Comments
 (0)