Spaces:
Sleeping
Sleeping
kevinwang676
commited on
Commit
•
5341d30
1
Parent(s):
c48371b
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -109,7 +109,7 @@ if __name__ == '__main__':
|
|
109 |
parser.add_argument('--ref_wav_path', required=True)
|
110 |
parser.add_argument('--model_ckpt_path',
|
111 |
default='ckpt/G_150k.pt')
|
112 |
-
parser.add_argument('--out_dir', default='
|
113 |
parser.add_argument(
|
114 |
'--key_shift', type=int,
|
115 |
help='Adjust the pitch of the source singing. Tone the song up or down in semitones.'
|
|
|
109 |
parser.add_argument('--ref_wav_path', required=True)
|
110 |
parser.add_argument('--model_ckpt_path',
|
111 |
default='ckpt/G_150k.pt')
|
112 |
+
parser.add_argument('--out_dir', default='output_svc')
|
113 |
parser.add_argument(
|
114 |
'--key_shift', type=int,
|
115 |
help='Adjust the pitch of the source singing. Tone the song up or down in semitones.'
|