From 47ed006c81d2417e90879a98800b260f91faa4da Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Fri, 26 Apr 2024 02:58:45 +0800 Subject: [PATCH] Update mllm_demo.json Former-commit-id: 33fc9f716422e963e6636ca5461c5e20dd378e66 --- data/mllm_demo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mllm_demo.json b/data/mllm_demo.json index b5c97387..155bbd26 100644 --- a/data/mllm_demo.json +++ b/data/mllm_demo.json @@ -19,7 +19,7 @@ } ], "images": [ - "data/images/1.jpg" + "images/1.jpg" ] }, { @@ -42,7 +42,7 @@ } ], "images": [ - "data/images/2.jpg" + "images/2.jpg" ] }, { @@ -65,7 +65,7 @@ } ], "images": [ - "data/images/3.jpg" + "images/3.jpg" ] } ]