Fixed OpenVINO Docs formatting (#14773)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Francesco Mattioli 2024-07-29 23:57:14 +02:00 committed by GitHub
parent 2ebd01faa8
commit 3b1517f589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 98 additions and 96 deletions

View file

@ -97,19 +97,19 @@ Then, you can create a basic Streamlit application to run live inference:
=== "Python"
```python
from ultralytics import solutions
```python
from ultralytics import solutions
solutions.inference()
solutions.inference()
### Make sure to run the file using command `streamlit run <file-name.py>`
```
### Make sure to run the file using command `streamlit run <file-name.py>`
```
=== "CLI"
=== "CLI"
```bash
yolo streamlit-predict
```
```bash
yolo streamlit-predict
```
For more details on the practical setup, refer to the [Streamlit Application Code section](#streamlit-application-code) of the documentation.