From 482c4da8af8129a112db3aab26e710b6da24cba7 Mon Sep 17 00:00:00 2001 From: Robert Lucian Chiriac Date: Fri, 16 Jul 2021 00:20:21 +0300 Subject: [PATCH 1/2] Replace invalid image URL for test batch API --- test/apis/batch/image-classifier-alexnet/sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/apis/batch/image-classifier-alexnet/sample.json b/test/apis/batch/image-classifier-alexnet/sample.json index 5efc42f10f..7a600a1b8e 100644 --- a/test/apis/batch/image-classifier-alexnet/sample.json +++ b/test/apis/batch/image-classifier-alexnet/sample.json @@ -1,6 +1,6 @@ [ "https://i.imgur.com/PzXprwl.jpg", - "https://i.imgur.com/E4cOSLw.jpg", + "https://i.imgur.com/RCX3U3B.png", "https://i.imgur.com/jDimNTZ.jpg", "https://i.imgur.com/WqeovVj.jpg" ] From 0993ad0024db6678ae4788a562dce3259716a24e Mon Sep 17 00:00:00 2001 From: Robert Lucian Chiriac Date: Fri, 16 Jul 2021 00:27:36 +0300 Subject: [PATCH 2/2] Update sample.json --- test/apis/batch/image-classifier-alexnet/sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/apis/batch/image-classifier-alexnet/sample.json b/test/apis/batch/image-classifier-alexnet/sample.json index 7a600a1b8e..4d35aea906 100644 --- a/test/apis/batch/image-classifier-alexnet/sample.json +++ b/test/apis/batch/image-classifier-alexnet/sample.json @@ -1,6 +1,6 @@ [ "https://i.imgur.com/PzXprwl.jpg", - "https://i.imgur.com/RCX3U3B.png", + "https://i.imgur.com/a5djbnv.jpeg", "https://i.imgur.com/jDimNTZ.jpg", "https://i.imgur.com/WqeovVj.jpg" ]