From 7e9696f15635a83ff810cc86b79c0932cb4c8a27 Mon Sep 17 00:00:00 2001 From: Djraemon <154407769+Djraemon@users.noreply.github.com> Date: 星期一, 04 十一月 2024 11:04:52 +0800 Subject: [PATCH] Fix audio format 2.0 (#2186) --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4023869..37802ac 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ .ipynb_checkpoints outputs* emotion2vec* +GPT-SoVITS* +modelscope_models +examples/aishell/llm_asr_nar/* +*egg-info -- Gitblit v1.9.1