diff --git a/supervisely_integration/demo/INFERENCE-2.md b/supervisely_integration/demo/INFERENCE-2.md index 0ee3f394a..4f62d34c6 100644 --- a/supervisely_integration/demo/INFERENCE-2.md +++ b/supervisely_integration/demo/INFERENCE-2.md @@ -13,8 +13,9 @@ > You can use your model in very different ways depending on your needs. For more information, please, refer to our full [Inference & Deployment](https://docs.supervisely.com/neural-networks/overview-1) documentation. -## Apply Model to your Project +## Once Click Model Predictions +Soon: run model inference on your data from experiemnt page. You can apply your model in a single click. Select the input project and datasets, configure inference settings if needed, and run the model. *(We add this selector right into the page)* @@ -396,4 +397,4 @@ if __name__ == "__main__": # save result draw([im_pil], labels, boxes, scores, classes) im_pil.save("result.jpg") -``` \ No newline at end of file +```