Fix README
This commit is contained in:
parent
a7d435bbac
commit
062b689ee1
|
@ -18,10 +18,13 @@ This repository provides a Japanese [CLIP (Contrastive Language-Image Pre-Traini
|
||||||
|
|
||||||
|
|
||||||
1. Install package
|
1. Install package
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pip install git+https://github.com/rinnakk/japanese-clip.git
|
$ pip install git+https://github.com/rinnakk/japanese-clip.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run
|
2. Run
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import io
|
import io
|
||||||
import requests
|
import requests
|
||||||
|
|
Loading…
Reference in New Issue