From d0a1f6ab88522427a7ae76ceb6e1e1e7b68a1d08 Mon Sep 17 00:00:00 2001 From: nielsr Date: Tue, 2 Aug 2022 13:03:04 +0000 Subject: [PATCH] Better prompts for widget samples (#2) - Better prompts for widget samples (5a1d3ba58fe705a59c0d26d94e7e10e1dbcce846) - What's the animal doing (67d4cf273bc9974aee5d87d3f768f590a408e5ce) Co-authored-by: Mishig Davaadorj --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe43c8b..e2e38ed 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ tags: - visual-question-answering license: apache-2.0 widget: -- text: "What animal is it?" +- text: "What's the animal doing?" src: "https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg" -- text: "Where is it?" +- text: "What is on top of the building?" src: "https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg" ---