Mahiruoshi
commited on
Commit
•
43bee8d
1
Parent(s):
031ba98
Update inference_ork.py
Browse files- inference_ork.py +1 -1
inference_ork.py
CHANGED
@@ -20,7 +20,7 @@ import time
|
|
20 |
from scipy.io.wavfile import write
|
21 |
def get_args():
|
22 |
parser = argparse.ArgumentParser(description='inference')
|
23 |
-
parser.add_argument('--model', default = 'lovelive/
|
24 |
parser.add_argument('--audio',
|
25 |
type=str,
|
26 |
help='the sound file of live2d to be replace,assuming they are temp1.wav,temp2.wav,temp3.wav......',
|
|
|
20 |
from scipy.io.wavfile import write
|
21 |
def get_args():
|
22 |
parser = argparse.ArgumentParser(description='inference')
|
23 |
+
parser.add_argument('--model', default = 'lovelive/G_936000.pth')
|
24 |
parser.add_argument('--audio',
|
25 |
type=str,
|
26 |
help='the sound file of live2d to be replace,assuming they are temp1.wav,temp2.wav,temp3.wav......',
|