ruff format

This commit is contained in:
baudneo 2025-08-01 17:24:52 -06:00
parent 90d7c959ea
commit 703bc1229e
No known key found for this signature in database
GPG Key ID: 51445F2ED08EBC7F

View File

@ -148,8 +148,7 @@ class ArcfaceEmbedding(BaseEmbedding):
self.runner = ONNXModelRunner(
os.path.join(self.download_path, self.model_file),
device=self.config.face_recognition.device
or "GPU",
device=self.config.face_recognition.device or "GPU",
)
def _preprocess_inputs(self, raw_inputs):