Skip to content

Commit 22c44c4

Browse files
committed
remove online demo link and update repo url
Signed-off-by: Mingxin Zheng <mingxinz@nvidia.com>
1 parent 8398861 commit 22c44c4

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,7 @@ It focuses on addressing the unique challenges faced by general-purpose vision-l
2323

2424
For details, see [here](m3/README.md).
2525

26-
### Online Demo
27-
28-
Please visit the [VILA-M3 Demo](https://vila-m3-demo.monai.ngc.nvidia.com/) to try out a preview version of the model.
29-
30-
<p align="center">
31-
<img src="m3/docs/images/gradio_app_ct.png" width="70%"/>
32-
</p>
33-
34-
## Local Demo
26+
## Demo
3527

3628
### Prerequisites
3729

@@ -81,7 +73,7 @@ Please visit the [VILA-M3 Demo](https://vila-m3-demo.monai.ngc.nvidia.com/) to t
8173

8274
1. ***Setup Environment***: Clone the repository, set up the environment, and download the experts' checkpoints:
8375
```bash
84-
git clone https://github.com/Project-MONAI/VLM --recursive
76+
git clone https://github.com/Project-MONAI/VLM-Radiology-Agent-Framework --recursive
8577
cd VLM
8678
python3.10 -m venv .venv
8779
source .venv/bin/activate

m3/demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ RUN apt-get install -y python3-pip
1818
SHELL ["/bin/bash", "-c"]
1919
RUN ln -s /usr/bin/python3 /usr/bin/python
2020

21-
RUN git clone https://github.com/Project-MONAI/VLM --recursive
22-
WORKDIR /VLM
21+
RUN git clone https://github.com/Project-MONAI/VLM-Radiology-Agent-Framework --recursive
22+
WORKDIR /VLM-Radiology-Agent-Framework
2323
RUN make demo_m3

m3/demo/experts/expert_torchxrayvision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198

199199

200-
# Copied from https://github.com/Project-MONAI/VLM/blob/b74d7e444c6604ea83846b67bb98b5172a7e5495/m3/data_prepare/experts/torchxrayvision/torchxray_cls.py#L47-L54
200+
# Copied from https://github.com/Project-MONAI/VLM-Radiology-Agent-Framework/blob/b74d7e444c6604ea83846b67bb98b5172a7e5495/m3/data_prepare/experts/torchxrayvision/torchxray_cls.py#L47-L54
201201
group_0 = ["resnet50-res512-all"]
202202
group_1 = [
203203
"densenet121-res224-all",

m3/docs/images/gradio_app_ct.png

-251 KB
Binary file not shown.

0 commit comments

Comments
 (0)