Update more/missing type qualifiers to lowercase MkDocs admonitions (#16215)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
6b95967e08
commit
b9f0983e82
148 changed files with 223 additions and 223 deletions
|
|
@ -24,7 +24,7 @@ After you [train a model](./models.md#train-model), you can use the [Shared Infe
|
|||
|
||||
In response to high demand and widespread interest, we are thrilled to unveil the [Ultralytics HUB](https://www.ultralytics.com/hub) Dedicated Inference API, offering single-click deployment in a dedicated environment for our [Pro](./pro.md) users!
|
||||
|
||||
!!! note "Note"
|
||||
!!! note
|
||||
|
||||
We are excited to offer this feature FREE during our public beta as part of the [Pro Plan](./pro.md), with paid tiers possible in the future.
|
||||
|
||||
|
|
@ -37,7 +37,7 @@ To use the [Ultralytics HUB](https://www.ultralytics.com/hub) Dedicated Inferenc
|
|||
|
||||

|
||||
|
||||
!!! tip "Tip"
|
||||
!!! tip
|
||||
|
||||
Choose the region with the lowest latency for the best performance as described in the [documentation](https://docs.ultralytics.com/reference/hub/google/__init__).
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ with open("path/to/image.jpg", "rb") as image_file:
|
|||
print(response.json())
|
||||
```
|
||||
|
||||
!!! note "Note"
|
||||
!!! note
|
||||
|
||||
Replace `MODEL_ID` with the desired model ID, `API_KEY` with your actual API key, and `path/to/image.jpg` with the path to the image you want to run inference on.
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ curl -X POST "https://api.ultralytics.com/v1/predict/MODEL_ID" \
|
|||
-F "iou=0.45"
|
||||
```
|
||||
|
||||
!!! note "Note"
|
||||
!!! note
|
||||
|
||||
Replace `MODEL_ID` with the desired model ID, `API_KEY` with your actual API key, and `path/to/image.jpg` with the path to the image you want to run inference on.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue