diff --git a/examples/g2p/zh/run.sh b/examples/g2p/zh/run.sh index 55c46f85..cbe140a0 100755 --- a/examples/g2p/zh/run.sh +++ b/examples/g2p/zh/run.sh @@ -14,11 +14,6 @@ mkdir -p ${exp_dir} if [ $stage -le -1 ] && [ $stop_stage -ge -1 ];then mkdir -p ${data} - cd ${data} - if [ ! -f BZNSYP.rar ]; then - wget https://paddlespeech.bj.bcebos.com/datasets/BZNSYP.rar - fi - cd - test -e ${data}/BZNSYP.rar || { echo "Please download BZNSYP.rar and put it in "${data}; exit -1; } fi