We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6a360 commit c1c4528Copy full SHA for c1c4528
demos/python_demos/text_spotting_demo/text_spotting_demo.py
@@ -85,7 +85,7 @@ def build_argparser():
85
help='Optional. Specify the target device to infer on, i.e : CPU, GPU. '
86
'The demo will look for a suitable plugin for device specified '
87
'(by default, it is CPU). Please refer to OpenVINO documentation '
88
- 'for the list of devices supported be the model. ',
+ 'for the list of devices supported be the model.',
89
default='CPU', type=str, metavar='"<device>"')
90
args.add_argument('-l', '--cpu_extension',
91
help='Required for CPU custom layers. '
0 commit comments