Skip to content

Commit 4806576

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-mlflow-batch.md

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

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

484-
:::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":::
484+
:::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.":::
485485

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

0 commit comments

Comments
 (0)