Skip to content

Commit 3dcee37

Browse files
authored
pencil edit
Line 562: Added period to end of alt text so the screen reader knows when to stop reading.
1 parent 84fa3f4 commit 3dcee37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-mlflow-models-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Use the following steps to deploy an MLflow model with a custom scoring script.
559559

560560
d. Take note of the folder that is displayed. This folder was indicated when the model was registered.
561561

562-
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" alt-text="Screenshot showing the folder where the model artifacts are placed":::
562+
:::image type="content" source="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" lightbox="media/how-to-deploy-mlflow-models-online-endpoints/mlflow-model-folder-name.png" alt-text="Screenshot showing the folder where the model artifacts are placed.":::
563563

564564
1. Create a scoring script. Notice how the folder name `model` you identified before has been included in the `init()` function.
565565

0 commit comments

Comments
 (0)