Update README.md
Browse files
README.md
CHANGED
|
@@ -89,10 +89,7 @@ We provide an example code to run InternVL-Chat-V1.5 using `transformers`.
|
|
| 89 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
| 90 |
|
| 91 |
```python
|
| 92 |
-
import json
|
| 93 |
-
import os
|
| 94 |
from transformers import AutoTokenizer, AutoModel
|
| 95 |
-
from tqdm import tqdm
|
| 96 |
import torch
|
| 97 |
import torchvision.transforms as T
|
| 98 |
from PIL import Image
|
|
|
|
| 89 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
| 90 |
|
| 91 |
```python
|
|
|
|
|
|
|
| 92 |
from transformers import AutoTokenizer, AutoModel
|
|
|
|
| 93 |
import torch
|
| 94 |
import torchvision.transforms as T
|
| 95 |
from PIL import Image
|