mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-04 17:39:25 +08:00
fix lint
This commit is contained in:
@@ -59,6 +59,7 @@ def main(args):
|
||||
torch.save(utt2embedding, '{}/utt2embedding.pt'.format(args.dir))
|
||||
torch.save(spk2embedding, '{}/spk2embedding.pt'.format(args.dir))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--dir',
|
||||
|
||||
Reference in New Issue
Block a user