Skip to content

Commit

Permalink
Update with review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored May 30, 2023
1 parent ef2beaa commit 8766ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/whisper_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def postprocessing(token_ids, hf_processor):

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

Expand Down

0 comments on commit 8766ecb

Please sign in to comment.