Update README.md
Browse files
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 |
```
|