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:
parent
2ebd01faa8
commit
3b1517f589
8 changed files with 98 additions and 96 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue