From 3c965c777555527fdf366822812e847a45808ca8 Mon Sep 17 00:00:00 2001 From: drryanhuang Date: Mon, 13 Jan 2025 04:20:11 +0000 Subject: [PATCH] add comment --- audio/tests/audiotools/test_audiotools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/tests/audiotools/test_audiotools.sh b/audio/tests/audiotools/test_audiotools.sh index e1856a8ed..387059d51 100644 --- a/audio/tests/audiotools/test_audiotools.sh +++ b/audio/tests/audiotools/test_audiotools.sh @@ -1,5 +1,5 @@ python -m pip install -r ../../audiotools/requirements.txt -export PYTHONPATH=$PYTHONPATH:$(realpath ../../..) +export PYTHONPATH=$PYTHONPATH:$(realpath ../../..) # this is root path of `PaddleSpeech` wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz tar -zxvf audio.tar.gz