From 3e8722a53f631faeed4311ae29d2202c1816b9c7 Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Thu, 12 Sep 2024 21:23:47 -0700 Subject: [PATCH] Update predict.md --- docs/en/modes/predict.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/modes/predict.md b/docs/en/modes/predict.md index ee43c9e938..58e02d6d13 100644 --- a/docs/en/modes/predict.md +++ b/docs/en/modes/predict.md @@ -260,7 +260,8 @@ 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