From fe88a0f0ea86c52b43fe4fc582860d32154e3063 Mon Sep 17 00:00:00 2001 From: jianjiang Date: Fri, 28 Apr 2023 19:47:25 +0800 Subject: [PATCH] delete file --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ec3fc7d..9adff3d 100644 --- a/app.py +++ b/app.py @@ -42,7 +42,7 @@ inputs = [ title = "ViT-Age-Classification" description = "ViT-Age-Classification is used to categorize an individual's age using images" article = " ViT Age Classification Model Repo on Hugging Face Model Hub" -examples = ["stock_baby.webp","stock_teen.webp","stock_guy.jpg","stock_old_woman.jpg"] +examples = ["stock_teen.webp","stock_guy.jpg","stock_old_woman.jpg"] gr.Interface( predict,