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 (#59)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-16 17:30:03 +09:00
committed by GitHub
parent 3a79d81907
commit 1410bd4d15
4 changed files with 26 additions and 11 deletions

18
gui.py
View File

@@ -623,7 +623,14 @@ if __name__ == "__main__":
# "use_jit": values["use_jit"],
"use_jit": False,
"use_pv": values["use_pv"],
"f0method": ["pm", "dio", "harvest", "crepe", "rmvpe", "fcpe"][
"f0method": [
"pm",
"dio",
"harvest",
"crepe",
"rmvpe",
"fcpe",
][
[
values["pm"],
values["dio"],
@@ -728,7 +735,14 @@ if __name__ == "__main__":
self.gui_config.rms_mix_rate = values["rms_mix_rate"]
self.gui_config.index_rate = values["index_rate"]
self.gui_config.n_cpu = values["n_cpu"]
self.gui_config.f0method = ["pm", "dio", "harvest", "crepe", "rmvpe", "fcpe"][
self.gui_config.f0method = [
"pm",
"dio",
"harvest",
"crepe",
"rmvpe",
"fcpe",
][
[
values["pm"],
values["dio"],