From 0580979159015b38005c0f9a44e5d1d85bdd1b51 Mon Sep 17 00:00:00 2001 From: chaoyi-wu <18706207256@163.com> Date: Tue, 8 Aug 2023 11:37:33 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 606342f..5101217 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ For quick start, you can check the `Quick_demo` path. We demonstrate a simple di - S3. put `pytorch_model.bin` under path `Quick_demo/` - S4. python `test.py` and you can get a conversation as ```Input: Can you identify any visible signs of Cardiomegaly in the image? ``` + ```Output: yes.``` By the way, never try to perform this in cpu and GPU is all you need :).