mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-06 20:01:37 +08:00
chore(format): run black on dev
This commit is contained in:
parent
04603ac5f5
commit
ca8ff0b846
@ -143,10 +143,11 @@ 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()
|
||||
|
||||
|
||||
def check_assets(self):
|
||||
global now_dir
|
||||
from infer.lib.rvcmd import check_all_assets, download_all_assets
|
||||
|
Loading…
x
Reference in New Issue
Block a user