Update utralytics/solutions docstrings to match new YOLO11 (#16975)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3204a2a6a7
commit
984201969a
3 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ from ultralytics.utils.downloads import GITHUB_ASSETS_STEMS
|
|||
|
||||
|
||||
def inference(model=None):
|
||||
"""Runs real-time object detection on video input using Ultralytics YOLOv8 in a Streamlit application."""
|
||||
"""Runs real-time object detection on video input using Ultralytics YOLO11 in a Streamlit application."""
|
||||
check_requirements("streamlit>=1.29.0") # scope imports for faster ultralytics package load speeds
|
||||
import streamlit as st
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue