From 5ef293387f8bded42364984f804fb8f665ef1f89 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 --- 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" ] } ]