From e54309d74d35b9ab7ada923931f1ac01d6692ba7 Mon Sep 17 00:00:00 2001 From: AK Date: Sun, 23 Jul 2023 12:51:27 +0800 Subject: [PATCH] Update LOCAL.md correct spelling error --- LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index 137fd9c..6cfeb01 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -110,7 +110,7 @@ ``` rm -rf ./custom_character_voice/* ./video_data/* ./raw_audio/* ./denoised_audio/* ./segmented_character_voice/* ./separated/* long_character_anno.txt short_character_anno.txt ``` - ### Windos + ### Windows ``` del /Q /S .\custom_character_voice\* .\video_data\* .\raw_audio\* .\denoised_audio\* .\segmented_character_voice\* .\separated\* long_character_anno.txt short_character_anno.txt ```