Update README.md

This commit is contained in:
Junyang Lin 2022-11-09 08:35:27 +00:00 committed by huggingface-web
parent 41af8fa28c
commit 70cc6c7344
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ We provide a simple code snippet to show how to use the API for Chinese-CLIP. Fo
pip install cn_clip
# or install from source code
cd Chinese-CLIP/
cd Chinese-CLIP
pip install -e .
```
After installation, use Chinese CLIP as shown below: