LZHgrla commited on
Commit
398d2ac
1 Parent(s): d653ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ Resources:
55
 
56
  ## Quickstart
57
 
58
- ### Chat with LLaVA official library
59
 
60
  1. Install official LLaVA library
61
 
@@ -63,7 +63,7 @@ Resources:
63
  pip install git+https://github.com/haotian-liu/LLaVA.git
64
  ```
65
 
66
- 2. Chat with below script
67
 
68
  <details>
69
  <summary>cli.py</summary>
 
55
 
56
  ## Quickstart
57
 
58
+ ### Chat by LLaVA official library
59
 
60
  1. Install official LLaVA library
61
 
 
63
  pip install git+https://github.com/haotian-liu/LLaVA.git
64
  ```
65
 
66
+ 2. Chat by below script
67
 
68
  <details>
69
  <summary>cli.py</summary>