Skip to content

Commit

Permalink
fix(__main__): fix cli() not called in __main__ (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Apr 12, 2023
1 parent 0ff04dd commit 11f2d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/so_vits_svc_fork/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,3 +817,6 @@ def train_cluster(
verbose=True,
use_minibatch=minibatch,
)


cli()

0 comments on commit 11f2d24

Please sign in to comment.