From e9823f9d6c30470d3a91576c713a881ae37e1f56 Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Thu, 12 Sep 2024 21:35:46 -0700 Subject: [PATCH] Fix mistake --- docs/en/modes/predict.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/modes/predict.md b/docs/en/modes/predict.md index ee43c9e93..442719563 100644 --- a/docs/en/modes/predict.md +++ b/docs/en/modes/predict.md @@ -260,7 +260,9 @@ Below are code examples for using each source type: # Run inference on the source results = model(source) # list of Results objects - "TXT" + ``` + + === "TXT" Run inference on a collection of images, videos and directories listed in a TXT file. ```python