Use Any type-hints for args and kwargs (#18372)

Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-12-24 20:32:59 +01:00 committed by GitHub
parent 51026a9a4a
commit 05323919b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 25 deletions

View file

@ -45,7 +45,7 @@ Streamlit makes it simple to build and deploy interactive web applications. Comb
```bash
yolo solutions inference
yolo solutions inference model="path/to/model/file.pt"
yolo solutions inference model="path/to/model.pt"
```
=== "Python"