Skip to content

Commit b1f24d4

Browse files
vladimir-dudnikRoman Donchenko
and
Roman Donchenko
authored
Update demos/python_demos/text_spotting_demo/text_spotting_demo.py
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
1 parent c1c4528 commit b1f24d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/python_demos/text_spotting_demo/text_spotting_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def build_argparser():
8585
help='Optional. Specify the target device to infer on, i.e : CPU, GPU. '
8686
'The demo will look for a suitable plugin for device specified '
8787
'(by default, it is CPU). Please refer to OpenVINO documentation '
88-
'for the list of devices supported be the model.',
88+
'for the list of devices supported by the model.',
8989
default='CPU', type=str, metavar='"<device>"')
9090
args.add_argument('-l', '--cpu_extension',
9191
help='Required for CPU custom layers. '

0 commit comments

Comments
 (0)