diff --git a/config.pbtxt b/config.pbtxt index c36d4e0..da87886 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -4,24 +4,9 @@ platform: "openvino_ov" max_batch_size: 0 input [ - { - name: "text_input" - data_type: TYPE_STRING - dims: [ -1 ] - }, - { - name: "stream" - data_type: TYPE_BOOL - dims: [ 1 ] - } ] output [ - { - name: "text_output" - data_type: TYPE_STRING - dims: [ -1 ] - } ]