Skip to content

Commit de29da0

Browse files
bveeramanilaurenyu
andauthored
Update doc/frameworks/tensorflow/deploying_tensorflow_serving.rst
Co-authored-by: Lauren Yu <[email protected]>
1 parent 68d8860 commit de29da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/frameworks/tensorflow/deploying_tensorflow_serving.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ your input data to CSV format:
256256
]
257257
}
258258
259-
You can also use python arrays or numpy arrays as input and let the `CSVSerializer` object
259+
You can also use python arrays or numpy arrays as input and let the ``CSVSerializer`` object
260260
convert them to CSV, but the client-size CSV conversion is more sophisticated than the
261261
CSV parsing on the Endpoint, so if you encounter conversion problems, try using one of the
262262
JSON options instead.

0 commit comments

Comments
 (0)