1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

chore(format): run black on dev (#1995)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-21 22:30:51 +09:00
committed by GitHub
parent 04603ac5f5
commit 2646bc5cbb

View File

@@ -143,7 +143,8 @@ if __name__ == "__main__":
self.input_devices_indices = None
self.output_devices_indices = None
self.stream = None
if not self.config.nocheck: self.check_assets()
if not self.config.nocheck:
self.check_assets()
self.update_devices()
self.launcher()