docs: fix

pull/2226/head
root 2022-08-16 13:42:30 +00:00 committed by Tingquan Gao
parent d64252b8dc
commit 6d9f9bea8c
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ Predict complete!
* 命令行中
```bash
from paddleclas import PaddleClas, get_default_confg
paddleclas --model_name=ViT_base_patch16_384 --infer_imgs='docs/images/inference_deployment/whl_demo.jpg' --resize_short=384 --crop_size=384
```