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:
parent
c18c9a9eed
commit
d32d70c2b1
1
.gitignore
vendored
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user