update paddleclas install cmd

pull/7714/head
WenmuZhou 2022-09-23 18:09:07 +08:00
parent c229da7fcf
commit 13721c0f2f
1 changed files with 1 additions and 2 deletions

View File

@ -432,8 +432,7 @@ display(HTML('<html><body><table><tr><td colspan="5">alleadersh</td><td rowspan=
```python
!wget https://paddleclas.bj.bcebos.com/whl/paddleclas-0.0.0-py3-none-any.whl
!pip install paddleclas-0.0.0-py3-none-any.whl
!pip install https://paddleclas.bj.bcebos.com/whl/paddleclas-0.0.0-py3-none-any.whl
```
进入`deploy`目录下即可对模型进行推理