From 714b07ef93ae8ab49a61edd1d949671d7b62b918 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 7 Aug 2020 12:16:06 +0200 Subject: [PATCH] updated to new mitads --- DeepSpeech/it/build_lm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepSpeech/it/build_lm.sh b/DeepSpeech/it/build_lm.sh index 8950507a..2f2c4dd6 100755 --- a/DeepSpeech/it/build_lm.sh +++ b/DeepSpeech/it/build_lm.sh @@ -9,7 +9,7 @@ pushd /mnt/extracted fi; if [ ! -f "mitads.txt" ]; then - curl -sSL https://github.com/MozillaItalia/DeepSpeech-Italian-Model/releases/download/Mitads-1.0.0-alpha/mitads-1.0.0-alpha.tar.xz | tar -xJv + curl -sSL https://github.com/MozillaItalia/DeepSpeech-Italian-Model/releases/download/Mitads-1.0.0-alpha2/mitads-1.0.0-alpha2.tar.xz | tar -xJv fi; if [ "${ENGLISH_COMPATIBLE}" = "1" ]; then