We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c4528 commit b1f24d4Copy full SHA for b1f24d4
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 by 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