更新 README.md

This commit is contained in:
ailab 2024-05-27 14:47:40 +08:00
parent 9a4a362830
commit 6a2dfb1283
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ pipe = pipeline("image-classification", model="ailab/resnet-dogcat")
gr.Interface.from_pipeline(pipe).launch(server_name="0.0.0.0") 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) ![1716790696165.png](https://img2.imgtp.com/2024/05/27/hIlNpCRj.png)
## Conclusion ## Conclusion