mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Merge pull request #7 from Tps-F/instead_init
remove full-width replace init to gitignore
This commit is contained in:
commit
a665a5314d
2
GPT_SoVITS/pretrained_models/.gitignore
vendored
Normal file
2
GPT_SoVITS/pretrained_models/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
2
tools/damo_asr/models/.gitignore
vendored
Normal file
2
tools/damo_asr/models/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
@ -24,7 +24,7 @@ def make_padding(width, cropsize, offset):
|
|||||||
|
|
||||||
def inference(X_spec, device, model, aggressiveness, data):
|
def inference(X_spec, device, model, aggressiveness, data):
|
||||||
"""
|
"""
|
||||||
data : dic configs
|
data : dic configs
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def _execute(
|
def _execute(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user