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