1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

make dlmodels.sh executable before running (#1771)

This commit is contained in:
Albert Softie
2024-01-27 02:13:34 -05:00
committed by GitHub
parent c09d1bcfac
commit 401db68aba

1
run.sh
View File

@@ -51,6 +51,7 @@ else
fi
# Download models
chmod +x tools/dlmodels.sh
./tools/dlmodels.sh
if [ $? -ne 0 ]; then