mkshing commited on
Commit
062b689
1 Parent(s): a7d435b

Fix README

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,10 +18,13 @@ This repository provides a Japanese [CLIP (Contrastive Language-Image Pre-Traini
18
 
19
 
20
  1. Install package
 
21
  ```shell
22
  $ pip install git+https://github.com/rinnakk/japanese-clip.git
23
  ```
 
24
  2. Run
 
25
  ```python
26
  import io
27
  import requests
 
18
 
19
 
20
  1. Install package
21
+
22
  ```shell
23
  $ pip install git+https://github.com/rinnakk/japanese-clip.git
24
  ```
25
+
26
  2. Run
27
+
28
  ```python
29
  import io
30
  import requests