From 6a2dfb12837c790e1b0016bfad65ee1224f68ebe Mon Sep 17 00:00:00 2001 From: ailab Date: Mon, 27 May 2024 14:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e648eb..3e04f8f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ pipe = pipeline("image-classification", model="ailab/resnet-dogcat") gr.Interface.from_pipeline(pipe).launch(server_name="0.0.0.0") ``` +*[{'label': 'cat', 'score': 0.5016139149665833}, {'label': 'dog', 'score': 0.49838611483573914}]* + ![1716790696165.png](https://img2.imgtp.com/2024/05/27/hIlNpCRj.png) ## Conclusion