Skip to content

Commit 6ac0e64

Browse files
chore(format): run black on dev (#81)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 626bca2 commit 6ac0e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def click_train(
557557
logger.info("No pretrained Generator")
558558
if pretrained_D15 == "":
559559
logger.info("No pretrained Discriminator")
560-
if version19 == "v1" or sr2 == "40k": # v2 40k falls back to v1
560+
if version19 == "v1" or sr2 == "40k": # v2 40k falls back to v1
561561
config_path = "v1/%s.json" % sr2
562562
else:
563563
config_path = "v2/%s.json" % sr2

0 commit comments

Comments
 (0)