diff --git a/docs/en/modes/predict.md b/docs/en/modes/predict.md index 58e02d6d13..ee43c9e938 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