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:
parent
51026a9a4a
commit
05323919b3
3 changed files with 26 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue