From 36dc206fc302c0f93c15e87f27f44df3e93d1739 Mon Sep 17 00:00:00 2001 From: Niranjan Bekoju <112396682+bekoju@users.noreply.github.com> Date: Tue, 2 May 2023 12:11:23 +0545 Subject: [PATCH] Update INFERENCE.md --- docs/INFERENCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INFERENCE.md b/docs/INFERENCE.md index d584b6e5..bbe99546 100644 --- a/docs/INFERENCE.md +++ b/docs/INFERENCE.md @@ -53,11 +53,11 @@ When running the sample code: ``` [ { - 'bbox': [0.0, 0.0, 50.0, 50.0] + 'bbox': [0.0, 0.0, 50.0, 50.0], 'text': 'First' }, { - 'bbox': [52.0, 0.0, 102.0, 50.0] + 'bbox': [52.0, 0.0, 102.0, 50.0], 'text': 'next' } ]