1
0
mirror of https://github.com/RVC-Boss/GPT-SoVITS.git synced 2025-04-06 03:57:44 +08:00

Reformat scripts

This commit is contained in:
laubonghaudoi 2025-03-19 11:39:03 -07:00
parent c18c9a9eed
commit d32d70c2b1
3 changed files with 517 additions and 415 deletions
.gitignore
GPT_SoVITS/prepare_datasets
webui.py

1
.gitignore vendored

@ -18,4 +18,3 @@ TEMP
weight.json weight.json
ffmpeg* ffmpeg*
ffprobe* ffprobe*
zoengjyutgaai*

@ -8,8 +8,8 @@ from time import time as ttime
import torch import torch
from text.cleaner import clean_text from text.cleaner import clean_text
from transformers import AutoModelForMaskedLM, AutoTokenizer
from tqdm import tqdm from tqdm import tqdm
from transformers import AutoModelForMaskedLM, AutoTokenizer
from tools.my_utils import clean_path from tools.my_utils import clean_path

923
webui.py

File diff suppressed because it is too large Load Diff