From 2096ee2735b8ddcf2760d7de5d8a20bb32a5768f Mon Sep 17 00:00:00 2001 From: Naoto Usuyama Date: Mon, 18 Nov 2024 15:44:59 -0800 Subject: [PATCH] Update notebook link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b74776..47ba678 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To perform inference with BiomedParse, use the provided example code and resourc We’ve included sample notebooks to guide you through running inference with BiomedParse: - **DICOM Inference Example**: Check out the `inference_examples_DICOM.ipynb` notebook for example using DICOM images. -- You can also try a quick online demo: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb) +- You can also try a quick online demo: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microsoft/BiomedParse/blob/main/inference_colab_demo.ipynb) ### Model Setup ```sh