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

optimize(run.sh): remove dlmodels due to impl. of rvcmd

This commit is contained in:
源文雨
2024-04-21 00:17:01 +09:00
parent 4ed830f785
commit 88e2cd1638

8
run.sh
View File

@@ -47,13 +47,5 @@ else
fi fi
fi fi
# Download models
chmod +x tools/dlmodels.sh
./tools/dlmodels.sh
if [ $? -ne 0 ]; then
exit 1
fi
# Run the main script # Run the main script
python3.8 infer-web.py --pycmd python3.8 python3.8 infer-web.py --pycmd python3.8