Fix mistake

multisource-docs-fix
Lakshantha Dissanayake 3 months ago
parent d02e2ef56f
commit e9823f9d6c
  1. 4
      docs/en/modes/predict.md

@ -260,7 +260,9 @@ Below are code examples for using each source type:
# Run inference on the source # Run inference on the source
results = model(source) # list of Results objects results = model(source) # list of Results objects
"TXT" ```
=== "TXT"
Run inference on a collection of images, videos and directories listed in a TXT file. Run inference on a collection of images, videos and directories listed in a TXT file.
```python ```python

Loading…
Cancel
Save