You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paddlespeech/cli/asr/infer.py
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,12 @@ def __init__(self):
102
102
default=None,
103
103
help='Checkpoint file of model.')
104
104
self.parser.add_argument(
105
-
'--yes','-y',
105
+
'--yes',
106
+
'-y',
106
107
action="store_true",
107
108
default=False,
108
-
help='No additional parameters required. Once set this parameter, it means accepting the request of the program by default, which includes transforming the audio sample rate')
109
+
help='No additional parameters required. Once set this parameter, it means accepting the request of the program by default, which includes transforming the audio sample rate'
0 commit comments