From b55f06f1dc19e01799af168029f3ad76e92c73a0 Mon Sep 17 00:00:00 2001
From: chaoyi-wu <18706207256@163.com>
Date: Tue, 8 Aug 2023 09:44:52 +0800
Subject: [PATCH] Update README.md
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ba3ad46..6474863 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ The official code for "Towards Generalist Foundation Model for Radiology"
[Website](https://chaoyi-wu.github.io/RadFM/)
-![image]("https://github.com/chaoyi-wu/RadFM/tree/main/Images/GIF.gif")
+![]("https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/GIF.gif")
## Quick Start:
Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM) and check `./src/test.py` for how to generate text with our model.
@@ -18,10 +18,10 @@ Our pre-train code is given in ```./src/train.py```.
## Case Study:
-
-
-
-
+
+
+
+
## To-do List:
- Polish the code for easier usage.