Skip to content

Commit

Permalink
fix real time gui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Plachtaa committed Oct 29, 2024
1 parent f40c8d8 commit 6a4066d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion configs/inuse/config.json

This file was deleted.

2 changes: 1 addition & 1 deletion eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,4 @@ def convert(
parser.add_argument("--baseline", type=str, default="") # use "" for Seed-VC
parser.add_argument("--max-samples", type=int, default=20)
args = parser.parse_args()
main(args)
main(args)

0 comments on commit 6a4066d

Please sign in to comment.