Skip to content

Commit

Permalink
remove wqtrailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
linrrry committed Jul 5, 2024
1 parent a86d300 commit d2c6b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/bin/recognize_onnx_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_args():
parser.add_argument('--fp16',
action='store_true',
help='whether to export fp16 model, default false')
args = parser.parse_args()
args = parser.parse_args()
return args

def main():
Expand Down

0 comments on commit d2c6b98

Please sign in to comment.