From d02e2ef56f7853cebf8805a4f2e18d45a4edbf89 Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Fri, 13 Sep 2024 04:24:17 +0000 Subject: [PATCH] Auto-format by https://ultralytics.com/actions --- docs/en/modes/predict.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/modes/predict.md b/docs/en/modes/predict.md index 58e02d6d1..ee43c9e93 100644 --- a/docs/en/modes/predict.md +++ b/docs/en/modes/predict.md @@ -260,8 +260,7 @@ 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