更新 README.md
This commit is contained in:
parent
9a4a362830
commit
6a2dfb1283
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue