From 76c9cb239d486615d5de9b9f45380befa5012565 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Tue, 13 Jun 2023 02:49:02 +0800 Subject: [PATCH] Update LOCAL.md --- LOCAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LOCAL.md b/LOCAL.md index 3008ebe..309629b 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -24,7 +24,7 @@ ``` 6. Download auxiliary data for training ``` - !mkdir pretrained_models + mkdir pretrained_models # download data for fine-tuning wget https://huggingface.co/datasets/Plachta/sampled_audio4ft/resolve/main/sampled_audio4ft_v2.zip unzip sampled_audio4ft_v2.zip @@ -103,4 +103,4 @@ 13. To clear all audio data, run: ``` rm -rf ./custom_character_voice/* ./video_data/* ./raw_audio/* ./denoised_audio/* ./segmented_character_voice/* long_character_anno.txt short_character_anno.txt - ``` \ No newline at end of file + ```