Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Optional, Sequence, Union
|
||||
from collections.abc import Sequence
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
import numpy as np
|
||||
import onnxruntime
|
||||
|
||||
@@ -11,8 +11,10 @@ import torch
|
||||
from numpy.typing import NDArray
|
||||
|
||||
from style_bert_vits2.logging import logger
|
||||
from style_bert_vits2.models.utils import checkpoints # type: ignore
|
||||
from style_bert_vits2.models.utils import safetensors # type: ignore
|
||||
from style_bert_vits2.models.utils import (
|
||||
checkpoints, # type: ignore # noqa: F401
|
||||
safetensors, # type: ignore # noqa: F401
|
||||
)
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user