We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274487c commit 57ea7f8Copy full SHA for 57ea7f8
backend/python/openvoice/test.sh
@@ -5,7 +5,7 @@ source $(dirname $0)/../common/libbackend.sh
5
6
# Download checkpoints if not present
7
if [ ! -d "checkpoints_v2" ]; then
8
- wget https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip
+ wget https://myshell-public-repo-host.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip
9
unzip checkpoints_v2.zip
10
fi
11
0 commit comments