hatch fmt

This commit is contained in:
litagin02
2024-11-17 12:41:05 +09:00
parent a6047012dd
commit a6bc65271c
15 changed files with 33 additions and 23 deletions

View File

@@ -11,8 +11,9 @@ Style-Bert-VITS2 の ONNX 推論に必要な各言語ごとの ONNX 版 BERT モ
import gc
import time
from collections.abc import Sequence
from pathlib import Path
from typing import Any, Optional, Sequence, Union
from typing import Any, Optional, Union
import onnxruntime
from huggingface_hub import hf_hub_download