Update README.md
Browse files
README.md
CHANGED
@@ -133,7 +133,7 @@ for image, text in zip(image_url, prompt):
|
|
133 |
)
|
134 |
generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
|
135 |
print(generated_text, '\n')
|
136 |
-
|
137 |
|
138 |
### 零样本图像描述 & 通用视觉问答 (Zero-shot Image Captioning & General VQA)
|
139 |
![](assets/image_caption_vqa.jpg)
|
|
|
133 |
)
|
134 |
generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
|
135 |
print(generated_text, '\n')
|
136 |
+
```
|
137 |
|
138 |
### 零样本图像描述 & 通用视觉问答 (Zero-shot Image Captioning & General VQA)
|
139 |
![](assets/image_caption_vqa.jpg)
|