mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 19:40:44 +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:
committed by
GitHub
parent
04603ac5f5
commit
2646bc5cbb
@@ -143,7 +143,8 @@ if __name__ == "__main__":
|
|||||||
self.input_devices_indices = None
|
self.input_devices_indices = None
|
||||||
self.output_devices_indices = None
|
self.output_devices_indices = None
|
||||||
self.stream = None
|
self.stream = None
|
||||||
if not self.config.nocheck: self.check_assets()
|
if not self.config.nocheck:
|
||||||
|
self.check_assets()
|
||||||
self.update_devices()
|
self.update_devices()
|
||||||
self.launcher()
|
self.launcher()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user