Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-10-27 04:23:05 +00:00
parent 259bdec869
commit ded4a29feb

@ -7,6 +7,13 @@ max_batch_size: 0
# input of variable length named 'text_input'
input [
{
name: "text_input"
data_type: TYPE_STRING
dims: [ "-1" ]
}
]