Skip to content

Commit 5b6a360

Browse files
sync demo doc and text
1 parent df3258d commit 5b6a360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/python_demos/text_spotting_demo/text_spotting_demo.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def build_argparser():
8484
args.add_argument('-d', '--device',
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 '
87-
'(by default, it is CPU).',
87+
'(by default, it is CPU). Please refer to OpenVINO documentation '
88+
'for the list of devices supported be the model. ',
8889
default='CPU', type=str, metavar='"<device>"')
8990
args.add_argument('-l', '--cpu_extension',
9091
help='Required for CPU custom layers. '

0 commit comments

Comments
 (0)