Skip to content

Commit 8766ecb

Browse files
authored
Update with review comment
1 parent ef2beaa commit 8766ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/whisper_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def postprocessing(token_ids, hf_processor):
234234

235235
if __name__ == '__main__':
236236
parser = argparse.ArgumentParser()
237-
parser.add_argument("-a", "--audio", required=True, help="Audio file input used to export model")
237+
parser.add_argument("-a", "--audio", required=True, help="Audio file input used to test exported model")
238238
parser.add_argument("-m", "--model", required=True, help="Whisper model with beam search onnx file. Filename must be named whisper-.*_beamsearch.onnx")
239239
args = parser.parse_args()
240240

0 commit comments

Comments
 (0)