czczup commited on
Commit
5918d23
1 Parent(s): 869e5e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,6 +43,8 @@ It is _**the largest open-source vision/vision-language foundation model (14B)**
43
 
44
  We will provide a minimum code example to run InternVL-Chat using only the `transformers` library.
45
 
 
 
46
  ```python
47
  TODO
48
  ```
 
43
 
44
  We will provide a minimum code example to run InternVL-Chat using only the `transformers` library.
45
 
46
+ Before this is completed, you can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
47
+
48
  ```python
49
  TODO
50
  ```