1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-14 15:30:35 +08:00

chore(format): run black on dev

This commit is contained in:
github-actions[bot]
2025-11-21 08:52:44 +00:00
parent 43d19eb00e
commit f47b12ab09
2 changed files with 4 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ device = sys.argv[4]
is_half = sys.argv[5] == "True"
if importlib.util.find_spec("torch_directml") is not None:
import torch_directml # use side effect
import torch_directml # use side effect
class FeatureInput(object):
def __init__(self, is_half: bool, device="cpu", samplerate=16000, hop_size=160):